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#ffab00
  • activityBar.background#252526
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ffab00
  • activityBarBadge.foreground#000000
  • badge.background#ffab00
  • badge.foreground#000000
  • button.background#3a3d41
  • button.foreground#d4d4d4
  • button.hoverBackground#4b5162
  • dropdown.background#2d2d2d
  • dropdown.border#555555
  • dropdown.foreground#d4d4d4
  • editor.background#1e1e1e
  • editor.findMatchBackground#ffb86c
  • editor.findMatchHighlightBackground#ff9e5f
  • editor.foreground#d4d4d4
  • editor.lineHighlightBackground#2a2a2a
  • editor.lineHighlightBorder#444444
  • editor.selectionBackground#264f78
  • editor.selectionHighlightBackground#3a3d41
  • editorBracketMatch.background#2d2d2d
  • editorBracketMatch.border#ffab00
  • editorCursor.foreground#ffcc00
  • editorGroupHeader.tabsBackground#2b2b2b
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#4e4e4e
  • editorLineNumber.activeForeground#c6c6c6
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3b3a32
  • focusBorder#ffab00
  • gitDecoration.conflictingResourceForeground#c678dd
  • gitDecoration.deletedResourceForeground#e06c75
  • gitDecoration.modifiedResourceForeground#e5c07b
  • gitDecoration.untrackedResourceForeground#98c379
  • input.background#3c3c3c
  • input.border#555555
  • input.foreground#d4d4d4
  • input.placeholderForeground#888888
  • inputOption.activeBorder#ffab00
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#29323c
  • list.highlightForeground#ffab00
  • list.hoverBackground#2a2d2e
  • minimap.background#1e1e1e
  • minimapSlider.activeBackground#6e6e6e
  • minimapSlider.background#4e4e4e
  • minimapSlider.hoverBackground#5e5e5e
  • panel.background#1e1e1e
  • panel.border#444444
  • panelTitle.activeBorder#ffab00
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#aaaaaa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#6e6e6e
  • scrollbarSlider.background#4e4e4e
  • scrollbarSlider.hoverBackground#5e5e5e
  • sideBar.background#2d2d2d
  • sideBar.foreground#c5c5c5
  • sideBarSectionHeader.background#2d2d2d
  • sideBarSectionHeader.foreground#c5c5c5
  • sideBarTitle.foreground#ffffff
  • statusBar.background#000000
  • statusBar.debuggingBackground#b71c1c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#333333
  • statusBarItem.hoverBackground#3c3c3c
  • tab.activeBackground#252526
  • tab.activeBorder#ffab00
  • tab.activeForeground#ffffff
  • tab.border#444444
  • tab.inactiveBackground#2d2d2d
  • tab.inactiveForeground#aaaaaa
  • terminal.ansiBlue#61afef
  • terminal.ansiBrightBlue#8abef0
  • terminal.ansiBrightCyan#9fe9ff
  • terminal.ansiBrightGreen#b8e7a5
  • terminal.ansiBrightMagenta#ff79c6
  • terminal.ansiBrightRed#ff6c6b
  • terminal.ansiBrightYellow#ffd166
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiYellow#e5c07b
  • terminal.background#1e1e1e
  • terminal.foreground#d4d4d4
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#1c1c1c
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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