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.background#B14341
  • activityBar.foreground#C3BEB3
  • activityBar.inactiveForeground#6A3836
  • activityBarBadge.background#EEE453
  • activityBarBadge.foreground#0A0A0A
  • badge.background#E06060
  • badge.foreground#FFFFFF
  • button.background#EEE453
  • button.foreground#0A0A0A
  • button.hoverBackground#F0F070
  • descriptionForeground#6F6E68
  • dropdown.background#181818
  • dropdown.border#2A2A28
  • dropdown.foreground#C3BEB3
  • editor.background#0A0A0A
  • editor.findMatchBackground#B1434144
  • editor.findMatchHighlightBackground#B1434122
  • editor.foreground#C3BEB3
  • editor.inactiveSelectionBackground#EEE45322
  • editor.lineHighlightBackground#181818
  • editor.selectionBackground#EEE45344
  • editor.wordHighlightBackground#EEE45333
  • editor.wordHighlightStrongBackground#EEE45355
  • editorBracketMatch.background#EEE45333
  • editorBracketMatch.border#EEE453
  • editorCursor.foreground#EEE453
  • editorError.foreground#E06060
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.background#0A0A0A
  • editorHint.foreground#6F6E68
  • editorIndentGuide.activeBackground#EEE45366
  • editorIndentGuide.background#2A2A28
  • editorInfo.foreground#A0A098
  • editorLineNumber.activeForeground#EEE453
  • editorLineNumber.foreground#6F6E68
  • editorWarning.foreground#EEE453
  • editorWhitespace.foreground#3A3A38
  • focusBorder#EEE453
  • foreground#C3BEB3
  • gitDecoration.deletedResourceForeground#E06060
  • gitDecoration.ignoredResourceForeground#6F6E68
  • gitDecoration.modifiedResourceForeground#EEE453
  • gitDecoration.untrackedResourceForeground#A0A098
  • input.background#181818
  • input.border#2A2A28
  • input.foreground#C3BEB3
  • input.placeholderForeground#6F6E68
  • list.activeSelectionBackground#EEE45344
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#EEE453
  • list.hoverBackground#EEE45322
  • list.inactiveSelectionBackground#181818
  • panel.background#0A0A0A
  • panel.border#2A2A28
  • scrollbarSlider.activeBackground#6F6E6888
  • scrollbarSlider.background#6F6E6844
  • scrollbarSlider.hoverBackground#6F6E6866
  • sideBar.background#000000
  • sideBar.foreground#C3BEB3
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.foreground#EEE453
  • sideBarTitle.foreground#B14341
  • statusBar.background#B14341
  • statusBar.debuggingBackground#E06060
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#C3BEB3
  • statusBar.noFolderBackground#B14341
  • tab.activeBackground#0A0A0A
  • tab.activeForeground#EEE453
  • tab.border#181818
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#6F6E68
  • terminal.ansiBlue#A0A098
  • terminal.ansiCyan#A0A098
  • terminal.ansiGreen#A0A098
  • terminal.ansiMagenta#B14341
  • terminal.ansiRed#E06060
  • terminal.ansiYellow#EEE453
  • terminal.background#0A0A0A
  • terminal.foreground#C3BEB3
  • textLink.activeForeground#C3BEB3
  • textLink.foreground#EEE453
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#C3BEB3
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#6F6E68

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F6E68italic
keyword, storage.type, storage.modifier, keyword.control#B14341bold
string, constant.other.symbol#D8D4C8—
constant.numeric, constant.language#F0E880—
constant.language.boolean#C3BEB3—
entity.name.function, support.function, meta.function-call#EEE453—
entity.name.type, entity.name.class, support.type, support.class#D87070bold
variable, variable.other, variable.parameter#C3BEB3—
variable.other.property, support.variable.property#A8A49C—
entity.name.tag#E06060—
entity.other.attribute-name#D8D4C8—
keyword.operator#6F6E68—
punctuation, meta.brace#6F6E68—
entity.name.namespace, support.type.namespace#D87070bold
meta.decorator, entity.name.function.decorator#EEE453italic
keyword.control.import, keyword.control.export, keyword.control.from#EEE453—
string.regexp#D87070—
constant.character.escape#EEE453—
invalid, invalid.illegal#E06060bold underline
markup.heading, entity.name.section.markdown#B14341bold
markup.bold#D8D4C8bold
markup.italic#EEE453italic
markup.underline.link#EEE453—
markup.inline.raw, markup.fenced_code.block#F0E880—
support.type.property-name.json#B14341—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#EEE453—
support.type.property-name.css#EEE453—
support.constant.property-value.css#F0E880—