Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBorder#c5a9e6
  • activityBar.background#100c15
  • activityBar.border#3b3741
  • activityBar.foreground#c5a9e6
  • activityBar.inactiveForeground#6f6779
  • activityBarBadge.background#c5a9e6
  • activityBarBadge.foreground#16111d
  • badge.background#c5a9e6
  • badge.foreground#16111d
  • breadcrumb.activeSelectionForeground#c5a9e6
  • breadcrumb.focusForeground#dbd6e0
  • breadcrumb.foreground#6f6779
  • button.background#c5a9e6
  • button.foreground#16111d
  • button.hoverBackground#cdb5ea
  • descriptionForeground#9d94a8
  • dropdown.background#29242f
  • dropdown.border#3b3741
  • dropdown.foreground#dbd6e0
  • editor.background#16111d
  • editor.findMatchBackground#c5a9e673
  • editor.findMatchHighlightBackground#c5a9e638
  • editor.foreground#dbd6e0
  • editor.lineHighlightBackground#322e3866
  • editor.selectionBackground#c5a9e652
  • editor.selectionHighlightBackground#c5a9e629
  • editor.wordHighlightBackground#c5a9e629
  • editor.wordHighlightStrongBackground#c5a9e63d
  • editorBracketMatch.background#c5a9e629
  • editorBracketMatch.border#c5a9e699
  • editorCursor.foreground#c5a9e6
  • editorError.foreground#f38ba8
  • editorGroup.border#3b3741
  • editorGroupHeader.tabsBackground#130f1a
  • editorGroupHeader.tabsBorder#3b3741
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#e3a0c1
  • editorHoverWidget.background#29242f
  • editorHoverWidget.border#3b3741
  • editorIndentGuide.activeBackground1#c5a9e699
  • editorIndentGuide.background1#3b3741
  • editorInfo.foreground#c5a9e6
  • editorLineNumber.activeForeground#c5a9e6
  • editorLineNumber.foreground#6f6779
  • editorSuggestWidget.background#29242f
  • editorSuggestWidget.selectedBackground#c5a9e63d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#6f6779
  • editorWidget.background#29242f
  • editorWidget.border#3b3741
  • errorForeground#f38ba8
  • focusBorder#c5a9e680
  • foreground#9d94a8
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#e3a0c1
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#29242f
  • input.border#3b3741
  • input.foreground#dbd6e0
  • input.placeholderForeground#6f6779
  • inputOption.activeBackground#c5a9e63d
  • inputOption.activeBorder#c5a9e6
  • list.activeSelectionBackground#c5a9e647
  • list.activeSelectionForeground#dbd6e0
  • list.focusBackground#c5a9e647
  • list.highlightForeground#c5a9e6
  • list.hoverBackground#37323d80
  • list.inactiveSelectionBackground#c5a9e629
  • minimap.selectionHighlight#c5a9e680
  • panel.background#130f1a
  • panel.border#3b3741
  • panelTitle.activeBorder#c5a9e6
  • panelTitle.activeForeground#dbd6e0
  • panelTitle.inactiveForeground#6f6779
  • peekViewEditor.background#16111d
  • peekViewResult.background#130f1a
  • progressBar.background#c5a9e6
  • quickInput.background#29242f
  • quickInput.foreground#dbd6e0
  • quickInputList.focusBackground#c5a9e63d
  • scrollbarSlider.activeBackground#c5a9e68c
  • scrollbarSlider.background#c5a9e638
  • scrollbarSlider.hoverBackground#c5a9e661
  • selection.background#c5a9e657
  • sideBar.background#130f1a
  • sideBar.border#3b3741
  • sideBar.foreground#9d94a8
  • sideBarSectionHeader.background#130f1a
  • sideBarSectionHeader.foreground#dbd6e0
  • sideBarTitle.foreground#dbd6e0
  • statusBar.background#100c15
  • statusBar.border#3b3741
  • statusBar.debuggingBackground#c5a9e6
  • statusBar.debuggingForeground#16111d
  • statusBar.foreground#9d94a8
  • statusBar.noFolderBackground#100c15
  • statusBarItem.remoteBackground#c5a9e6
  • statusBarItem.remoteForeground#16111d
  • tab.activeBackground#16111d
  • tab.activeBorder#c5a9e6b3
  • tab.activeBorderTop#c5a9e6
  • tab.activeForeground#dbd6e0
  • tab.border#100c15
  • tab.inactiveBackground#130f1a
  • tab.inactiveForeground#6f6779
  • terminal.background#16111d
  • terminal.foreground#dbd6e0
  • terminalCursor.foreground#c5a9e6
  • textLink.activeForeground#ceb7ea
  • textLink.foreground#c5a9e6
  • titleBar.activeBackground#100c15
  • titleBar.activeForeground#dbd6e0
  • titleBar.border#3b3741
  • titleBar.inactiveBackground#100c15
  • titleBar.inactiveForeground#6f6779
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6f6779italic
string, string.quoted, string.template#e0ab7a
constant.numeric, constant.language, constant.character, constant.other#aac282
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#c5a9e6
keyword.operator, punctuation, meta.brace#9d94a8
entity.name.function, support.function, meta.function-call.generic#6ecac0
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#98b8f2
variable, variable.other, meta.definition.variable.name#dbd6e0
variable.parameter, variable.other.readwrite#dbd6e0
variable.language, variable.other.constant, support.variable#aac282
entity.name.tag, punctuation.definition.tag#c5a9e6
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#e3a0c1
markup.heading, entity.name.section#c5a9e6bold
markup.bold#aac282bold
markup.italic#e0ab7aitalic
markup.inline.raw, markup.fenced_code#6ecac0
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8