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#a67c00
  • activityBar.background#252526
  • activityBar.foreground#c5c5c5
  • activityBarBadge.background#a67c00
  • activityBarBadge.foreground#1e1e1e
  • badge.background#a67c00
  • badge.foreground#1e1e1e
  • button.background#a67c00
  • button.foreground#1e1e1e
  • button.hoverBackground#c79a00
  • dropdown.background#252526
  • dropdown.border#3c3c3c
  • dropdown.foreground#d4d4d4
  • editor.background#1e1e1e
  • editor.findMatchBackground#515c6a
  • editor.findMatchHighlightBackground#3a3f44
  • editor.foreground#d4d4d4
  • editor.lineHighlightBackground#2a2d2e
  • editor.lineHighlightBorder#3c3c3c
  • editor.selectionBackground#264f78
  • editor.selectionHighlightBackground#3a3f44
  • editorBracketMatch.background#515c6a
  • editorBracketMatch.border#a67c00
  • editorCursor.foreground#aeafad
  • editorGroupHeader.tabsBackground#252526
  • editorIndentGuide.activeBackground#565656
  • editorIndentGuide.background#3e3e3e
  • editorLineNumber.activeForeground#c5c5c5
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3b3a32
  • focusBorder#a67c00
  • gitDecoration.conflictingResourceForeground#c586c0
  • gitDecoration.deletedResourceForeground#f44747
  • gitDecoration.modifiedResourceForeground#d7ba7d
  • gitDecoration.untrackedResourceForeground#569cd6
  • input.background#252526
  • input.border#3c3c3c
  • input.foreground#d4d4d4
  • input.placeholderForeground#6a6a6a
  • inputOption.activeBorder#a67c00
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#094771
  • list.highlightForeground#a67c00
  • list.hoverBackground#2a2d2e
  • minimap.background#1e1e1e
  • minimapSlider.activeBackground#707070
  • minimapSlider.background#484848
  • minimapSlider.hoverBackground#5a5a5a
  • panel.background#1e1e1e
  • panel.border#3c3c3c
  • panelTitle.activeBorder#a67c00
  • panelTitle.activeForeground#d4d4d4
  • panelTitle.inactiveForeground#a0a0a0
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#707070
  • scrollbarSlider.background#3c3c3c
  • scrollbarSlider.hoverBackground#5a5a5a
  • sideBar.background#252526
  • sideBar.foreground#c5c5c5
  • sideBarSectionHeader.background#1e1e1e
  • sideBarSectionHeader.foreground#d4d4d4
  • sideBarTitle.foreground#d4d4d4
  • statusBar.background#1e1e1e
  • statusBar.debuggingBackground#a67c00
  • statusBar.foreground#d4d4d4
  • statusBar.noFolderBackground#2c2c2c
  • statusBarItem.hoverBackground#333333
  • tab.activeBackground#1e1e1e
  • tab.activeBorder#a67c00
  • tab.activeForeground#d4d4d4
  • tab.border#3c3c3c
  • tab.inactiveBackground#252526
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlue#569cd6
  • terminal.ansiBrightBlue#9cdcfe
  • terminal.ansiBrightCyan#b5f4ea
  • terminal.ansiBrightGreen#b5f4a5
  • terminal.ansiBrightMagenta#d670d6
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightYellow#ffea00
  • terminal.ansiCyan#4ec9b0
  • terminal.ansiGreen#6a9955
  • terminal.ansiMagenta#c586c0
  • terminal.ansiRed#d16969
  • terminal.ansiYellow#d7ba7d
  • terminal.background#1e1e1e
  • terminal.foreground#d4d4d4
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#d4d4d4
  • titleBar.inactiveBackground#2c2c2c
  • titleBar.inactiveForeground#a0a0a0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a6a6aitalic
string, string.quoted, string.template#d7ba7d—
keyword, storage.type, storage.modifier#a67c00bold
keyword.operator, punctuation.accessor#d4d4d4—
variable, variable.other#4ec9b0—
variable.parameter#4ec9b0italic
entity.name.function, support.function#569cd6—
meta.function-call#569cd6—
entity.name.class, entity.name.type.class, support.class#c586c0bold
entity.name.type, support.type#4ec9b0—
entity.name.type.interface#4ec9b0italic
constant.numeric#b5cea8—
constant, constant.language, constant.character#b5cea8—
constant.language.boolean#569cd6bold
variable.other.property, support.variable.property#9cdcfe—
meta.object-literal.key#9cdcfe—
entity.name.tag, punctuation.definition.tag#d16969—
entity.other.attribute-name#c586c0italic
punctuation, meta.brace#d4d4d4—
string.regexp#d7ba7d—
constant.character.escape#d16969—
meta.decorator, punctuation.decorator#c586c0—
invalid, invalid.illegal#f44747strikethrough
markup.heading, entity.name.section#569cd6bold
markup.bold#d4d4d4bold
markup.italic#d4d4d4italic
markup.underline.link#9cdcfe—
markup.inline.raw, markup.fenced_code#4ec9b0—
support.type.property-name.json#9cdcfe—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#d7ba7d—
support.type.property-name.css#d4d4d4—
support.constant.property-value.css#b5cea8—