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#fab387
  • activityBar.background#161621
  • activityBar.border#42424f
  • activityBar.foreground#fab387
  • activityBar.inactiveForeground#796e67
  • activityBarBadge.background#fab387
  • activityBarBadge.foreground#1e1e2e
  • badge.background#fab387
  • badge.foreground#1e1e2e
  • breadcrumb.activeSelectionForeground#fab387
  • breadcrumb.focusForeground#e0dad6
  • breadcrumb.foreground#796e67
  • button.background#fab387
  • button.foreground#1e1e2e
  • button.hoverBackground#fbbe98
  • descriptionForeground#a89c94
  • dropdown.background#30303f
  • dropdown.border#42424f
  • dropdown.foreground#e0dad6
  • editor.background#1e1e2e
  • editor.findMatchBackground#fab38773
  • editor.findMatchHighlightBackground#fab38738
  • editor.foreground#e0dad6
  • editor.lineHighlightBackground#39394766
  • editor.selectionBackground#fab38752
  • editor.selectionHighlightBackground#fab38729
  • editor.wordHighlightBackground#fab38729
  • editor.wordHighlightStrongBackground#fab3873d
  • editorBracketMatch.background#fab38729
  • editorBracketMatch.border#fab38799
  • editorCursor.foreground#fab387
  • editorError.foreground#f38ba8
  • editorGroup.border#42424f
  • editorGroupHeader.tabsBackground#1a1a28
  • editorGroupHeader.tabsBorder#42424f
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#cbb769
  • editorHoverWidget.background#30303f
  • editorHoverWidget.border#42424f
  • editorIndentGuide.activeBackground1#fab38799
  • editorIndentGuide.background1#42424f
  • editorInfo.foreground#fab387
  • editorLineNumber.activeForeground#fab387
  • editorLineNumber.foreground#796e67
  • editorSuggestWidget.background#30303f
  • editorSuggestWidget.selectedBackground#fab3873d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#796e67
  • editorWidget.background#30303f
  • editorWidget.border#42424f
  • errorForeground#f38ba8
  • focusBorder#fab38780
  • foreground#a89c94
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#cbb769
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#30303f
  • input.border#42424f
  • input.foreground#e0dad6
  • input.placeholderForeground#796e67
  • inputOption.activeBackground#fab3873d
  • inputOption.activeBorder#fab387
  • list.activeSelectionBackground#fab38747
  • list.activeSelectionForeground#e0dad6
  • list.focusBackground#fab38747
  • list.highlightForeground#fab387
  • list.hoverBackground#3e3e4b80
  • list.inactiveSelectionBackground#fab38729
  • minimap.selectionHighlight#fab38780
  • panel.background#1a1a28
  • panel.border#42424f
  • panelTitle.activeBorder#fab387
  • panelTitle.activeForeground#e0dad6
  • panelTitle.inactiveForeground#796e67
  • peekViewEditor.background#1e1e2e
  • peekViewResult.background#1a1a28
  • progressBar.background#fab387
  • quickInput.background#30303f
  • quickInput.foreground#e0dad6
  • quickInputList.focusBackground#fab3873d
  • scrollbarSlider.activeBackground#fab3878c
  • scrollbarSlider.background#fab38738
  • scrollbarSlider.hoverBackground#fab38761
  • selection.background#fab38757
  • sideBar.background#1a1a28
  • sideBar.border#42424f
  • sideBar.foreground#a89c94
  • sideBarSectionHeader.background#1a1a28
  • sideBarSectionHeader.foreground#e0dad6
  • sideBarTitle.foreground#e0dad6
  • statusBar.background#161621
  • statusBar.border#42424f
  • statusBar.debuggingBackground#fab387
  • statusBar.debuggingForeground#1e1e2e
  • statusBar.foreground#a89c94
  • statusBar.noFolderBackground#161621
  • statusBarItem.remoteBackground#fab387
  • statusBarItem.remoteForeground#1e1e2e
  • tab.activeBackground#1e1e2e
  • tab.activeBorder#fab387b3
  • tab.activeBorderTop#fab387
  • tab.activeForeground#e0dad6
  • tab.border#161621
  • tab.inactiveBackground#1a1a28
  • tab.inactiveForeground#796e67
  • terminal.background#1e1e2e
  • terminal.foreground#e0dad6
  • terminalCursor.foreground#fab387
  • textLink.activeForeground#fbbf9a
  • textLink.foreground#fab387
  • titleBar.activeBackground#161621
  • titleBar.activeForeground#e0dad6
  • titleBar.border#42424f
  • titleBar.inactiveBackground#161621
  • titleBar.inactiveForeground#796e67
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#796e67italic
string, string.quoted, string.template#6dcdaf
constant.numeric, constant.language, constant.character, constant.other#70c3ee
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#fab387
keyword.operator, punctuation, meta.brace#a89c94
entity.name.function, support.function, meta.function-call.generic#baabf2
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#f09ca9
variable, variable.other, meta.definition.variable.name#e0dad6
variable.parameter, variable.other.readwrite#e0dad6
variable.language, variable.other.constant, support.variable#70c3ee
entity.name.tag, punctuation.definition.tag#fab387
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#cbb769
markup.heading, entity.name.section#fab387bold
markup.bold#70c3eebold
markup.italic#6dcdafitalic
markup.inline.raw, markup.fenced_code#baabf2
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8