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#58A6A6
  • activityBar.background#151924
  • activityBar.foreground#E0E2EB
  • activityBarBadge.background#D97844
  • activityBarBadge.foreground#1B1F2E
  • badge.background#58A6A6
  • badge.foreground#1B1F2E
  • button.background#D97844
  • button.foreground#1B1F2E
  • button.hoverBackground#D97866
  • dropdown.background#151924
  • dropdown.border#2A2F42
  • dropdown.foreground#E0E2EB
  • editor.background#1B1F2E
  • editor.findMatchBackground#D9784470
  • editor.findMatchHighlightBackground#CFA65270
  • editor.foreground#E0E2EB
  • editor.lineHighlightBackground#2A2F42
  • editor.lineHighlightBorder#58A6A6
  • editor.selectionBackground#58A6A640
  • editor.selectionHighlightBackground#6FC3C380
  • editorBracketMatch.background#CFA65230
  • editorBracketMatch.border#58A6A6
  • editorCursor.foreground#E0E2EB
  • editorGroupHeader.tabsBackground#151924
  • editorIndentGuide.activeBackground#58A6A6
  • editorIndentGuide.background#2A2F42
  • editorLineNumber.activeForeground#E0E2EB
  • editorLineNumber.foreground#5A6075
  • editorWhitespace.foreground#5A6075
  • focusBorder#58A6A6
  • gitDecoration.conflictingResourceForeground#D97844
  • gitDecoration.deletedResourceForeground#D97844
  • gitDecoration.modifiedResourceForeground#58A6A6
  • gitDecoration.untrackedResourceForeground#CFA652
  • input.background#151924
  • input.border#2A2F42
  • input.foreground#E0E2EB
  • input.placeholderForeground#5A6075
  • inputOption.activeBorder#58A6A6
  • list.activeSelectionBackground#58A6A6
  • list.activeSelectionForeground#151924
  • list.focusBackground#58A6A6
  • list.highlightForeground#CFA652
  • list.hoverBackground#2A2F42
  • minimap.background#1B1F2E
  • minimapSlider.activeBackground#4C536F
  • minimapSlider.background#2A2F42
  • minimapSlider.hoverBackground#3B425C
  • panel.background#151924
  • panel.border#2A2F42
  • panelTitle.activeBorder#58A6A6
  • panelTitle.activeForeground#E0E2EB
  • panelTitle.inactiveForeground#8C7359
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#4C536F
  • scrollbarSlider.background#2A2F42
  • scrollbarSlider.hoverBackground#3B425C
  • sideBar.background#1B1F2E
  • sideBar.foreground#E0E2EB
  • sideBarSectionHeader.background#151924
  • sideBarSectionHeader.foreground#58A6A6
  • sideBarTitle.foreground#E0E2EB
  • statusBar.background#151924
  • statusBar.debuggingBackground#D97844
  • statusBar.foreground#E0E2EB
  • statusBar.noFolderBackground#151924
  • statusBarItem.hoverBackground#6FC3C3
  • tab.activeBackground#1B1F2E
  • tab.activeBorder#58A6A6
  • tab.activeForeground#E0E2EB
  • tab.border#2A2F42
  • tab.inactiveBackground#151924
  • tab.inactiveForeground#8C7359
  • terminal.ansiBlue#58A6A6
  • terminal.ansiBrightBlue#6FC3C3
  • terminal.ansiBrightCyan#8ED0D0
  • terminal.ansiBrightGreen#A6CFA6
  • terminal.ansiBrightMagenta#E2B96C
  • terminal.ansiBrightRed#E2A58F
  • terminal.ansiBrightYellow#E2C96C
  • terminal.ansiCyan#6FC3C3
  • terminal.ansiGreen#8EBB73
  • terminal.ansiMagenta#CFA652
  • terminal.ansiRed#D97844
  • terminal.ansiYellow#CFA652
  • terminal.background#1B1F2E
  • terminal.foreground#E0E2EB
  • titleBar.activeBackground#151924
  • titleBar.activeForeground#E0E2EB
  • titleBar.inactiveBackground#1B1F2E
  • titleBar.inactiveForeground#8C7359

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8C7359italic
string, string.quoted, string.template#CFA652
keyword, storage.type, storage.modifier#D97844bold
keyword.operator, punctuation.accessor#58A6A6
variable, variable.other#E0E2EB
variable.parameter#58A6A6italic
entity.name.function, support.function#CFA652
meta.function-call#58A6A6
entity.name.class, entity.name.type.class, support.class#D97844bold
entity.name.type, support.type#58A6A6
entity.name.type.interface#CFA652italic
constant.numeric#D97844
constant, constant.language, constant.character#D97844
constant.language.boolean#D97844bold
variable.other.property, support.variable.property#58A6A6
meta.object-literal.key#CFA652
entity.name.tag, punctuation.definition.tag#D97844
entity.other.attribute-name#58A6A6italic
punctuation, meta.brace#8C7359
string.regexp#CFA652
constant.character.escape#58A6A6
meta.decorator, punctuation.decorator#D97844
invalid, invalid.illegal#D97844strikethrough
markup.heading, entity.name.section#CFA652bold
markup.bold#CFA652bold
markup.italic#58A6A6italic
markup.underline.link#58A6A6
markup.inline.raw, markup.fenced_code#CFA652
support.type.property-name.json#58A6A6
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#CFA652
support.type.property-name.css#58A6A6
support.constant.property-value.css#CFA652