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#eca19d
  • activityBar.background#150c0c
  • activityBar.border#413737
  • activityBar.foreground#eca19d
  • activityBar.inactiveForeground#796867
  • activityBarBadge.background#eca19d
  • activityBarBadge.foreground#1d1111
  • badge.background#eca19d
  • badge.foreground#1d1111
  • breadcrumb.activeSelectionForeground#eca19d
  • breadcrumb.focusForeground#e0d7d6
  • breadcrumb.foreground#796867
  • button.background#eca19d
  • button.foreground#1d1111
  • button.hoverBackground#efaeab
  • descriptionForeground#a89594
  • dropdown.background#2f2424
  • dropdown.border#413737
  • dropdown.foreground#e0d7d6
  • editor.background#1d1111
  • editor.findMatchBackground#eca19d73
  • editor.findMatchHighlightBackground#eca19d38
  • editor.foreground#e0d7d6
  • editor.lineHighlightBackground#382e2e66
  • editor.selectionBackground#eca19d52
  • editor.selectionHighlightBackground#eca19d29
  • editor.wordHighlightBackground#eca19d29
  • editor.wordHighlightStrongBackground#eca19d3d
  • editorBracketMatch.background#eca19d29
  • editorBracketMatch.border#eca19d99
  • editorCursor.foreground#eca19d
  • editorError.foreground#f38ba8
  • editorGroup.border#413737
  • editorGroupHeader.tabsBackground#1a0f0f
  • editorGroupHeader.tabsBorder#413737
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#dfac79
  • editorHoverWidget.background#2f2424
  • editorHoverWidget.border#413737
  • editorIndentGuide.activeBackground1#eca19d99
  • editorIndentGuide.background1#413737
  • editorInfo.foreground#eca19d
  • editorLineNumber.activeForeground#eca19d
  • editorLineNumber.foreground#796867
  • editorSuggestWidget.background#2f2424
  • editorSuggestWidget.selectedBackground#eca19d3d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#796867
  • editorWidget.background#2f2424
  • editorWidget.border#413737
  • errorForeground#f38ba8
  • focusBorder#eca19d80
  • foreground#a89594
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#dfac79
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#2f2424
  • input.border#413737
  • input.foreground#e0d7d6
  • input.placeholderForeground#796867
  • inputOption.activeBackground#eca19d3d
  • inputOption.activeBorder#eca19d
  • list.activeSelectionBackground#eca19d47
  • list.activeSelectionForeground#e0d7d6
  • list.focusBackground#eca19d47
  • list.highlightForeground#eca19d
  • list.hoverBackground#3d323280
  • list.inactiveSelectionBackground#eca19d29
  • minimap.selectionHighlight#eca19d80
  • panel.background#1a0f0f
  • panel.border#413737
  • panelTitle.activeBorder#eca19d
  • panelTitle.activeForeground#e0d7d6
  • panelTitle.inactiveForeground#796867
  • peekViewEditor.background#1d1111
  • peekViewResult.background#1a0f0f
  • progressBar.background#eca19d
  • quickInput.background#2f2424
  • quickInput.foreground#e0d7d6
  • quickInputList.focusBackground#eca19d3d
  • scrollbarSlider.activeBackground#eca19d8c
  • scrollbarSlider.background#eca19d38
  • scrollbarSlider.hoverBackground#eca19d61
  • selection.background#eca19d57
  • sideBar.background#1a0f0f
  • sideBar.border#413737
  • sideBar.foreground#a89594
  • sideBarSectionHeader.background#1a0f0f
  • sideBarSectionHeader.foreground#e0d7d6
  • sideBarTitle.foreground#e0d7d6
  • statusBar.background#150c0c
  • statusBar.border#413737
  • statusBar.debuggingBackground#eca19d
  • statusBar.debuggingForeground#1d1111
  • statusBar.foreground#a89594
  • statusBar.noFolderBackground#150c0c
  • statusBarItem.remoteBackground#eca19d
  • statusBarItem.remoteForeground#1d1111
  • tab.activeBackground#1d1111
  • tab.activeBorder#eca19db3
  • tab.activeBorderTop#eca19d
  • tab.activeForeground#e0d7d6
  • tab.border#150c0c
  • tab.inactiveBackground#1a0f0f
  • tab.inactiveForeground#796867
  • terminal.background#1d1111
  • terminal.foreground#e0d7d6
  • terminalCursor.foreground#eca19d
  • textLink.activeForeground#efb0ad
  • textLink.foreground#eca19d
  • titleBar.activeBackground#150c0c
  • titleBar.activeForeground#e0d7d6
  • titleBar.border#413737
  • titleBar.inactiveBackground#150c0c
  • titleBar.inactiveForeground#796867
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#796867italic
string, string.quoted, string.template#97c690
constant.numeric, constant.language, constant.character, constant.other#6ac9d1
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#eca19d
keyword.operator, punctuation, meta.brace#a89594
entity.name.function, support.function, meta.function-call.generic#9ab7f2
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#dfa1ca
variable, variable.other, meta.definition.variable.name#e0d7d6
variable.parameter, variable.other.readwrite#e0d7d6
variable.language, variable.other.constant, support.variable#6ac9d1
entity.name.tag, punctuation.definition.tag#eca19d
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#dfac79
markup.heading, entity.name.section#eca19dbold
markup.bold#6ac9d1bold
markup.italic#97c690italic
markup.inline.raw, markup.fenced_code#9ab7f2
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8