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#F1AF00
  • activityBar.foreground#1A1500
  • activityBar.inactiveForeground#5C4E00
  • activityBarBadge.background#FF0000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF0000
  • badge.foreground#FFFFFF
  • button.background#1C98D1
  • button.foreground#FFFFFF
  • button.hoverBackground#3AABDB
  • descriptionForeground#A89860
  • dropdown.background#3D3300
  • dropdown.border#4A4000
  • dropdown.foreground#F5F5F5
  • editor.background#2A2400
  • editor.findMatchBackground#F1AF0044
  • editor.findMatchHighlightBackground#F1AF0022
  • editor.foreground#F5F5F5
  • editor.inactiveSelectionBackground#1C98D122
  • editor.lineHighlightBackground#3D3300
  • editor.selectionBackground#1C98D144
  • editor.wordHighlightBackground#1C98D133
  • editor.wordHighlightStrongBackground#1C98D155
  • editorBracketMatch.background#1C98D133
  • editorBracketMatch.border#1C98D1
  • editorCursor.foreground#F1AF00
  • editorError.foreground#FF0000
  • editorGroupHeader.tabsBackground#1F1A00
  • editorGutter.background#2A2400
  • editorHint.foreground#A89860
  • editorIndentGuide.activeBackground#1C98D166
  • editorIndentGuide.background#4A4000
  • editorInfo.foreground#1C98D1
  • editorLineNumber.activeForeground#F1AF00
  • editorLineNumber.foreground#8A7A30
  • editorWarning.foreground#F1AF00
  • editorWhitespace.foreground#5C4E00
  • focusBorder#1C98D1
  • foreground#F5F5F5
  • gitDecoration.deletedResourceForeground#FF0000
  • gitDecoration.ignoredResourceForeground#8A7A30
  • gitDecoration.modifiedResourceForeground#F1AF00
  • gitDecoration.untrackedResourceForeground#1C98D1
  • input.background#3D3300
  • input.border#4A4000
  • input.foreground#F5F5F5
  • input.placeholderForeground#8A7A30
  • list.activeSelectionBackground#1C98D144
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#F1AF00
  • list.hoverBackground#1C98D122
  • list.inactiveSelectionBackground#3D3300
  • panel.background#2A2400
  • panel.border#4A4000
  • scrollbarSlider.activeBackground#1C98D188
  • scrollbarSlider.background#1C98D144
  • scrollbarSlider.hoverBackground#1C98D166
  • sideBar.background#1F1A00
  • sideBar.foreground#F5F5F5
  • sideBarSectionHeader.background#3D3300
  • sideBarSectionHeader.foreground#1C98D1
  • sideBarTitle.foreground#F1AF00
  • statusBar.background#F1AF00
  • statusBar.debuggingBackground#FF0000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#1A1500
  • statusBar.noFolderBackground#F1AF00
  • tab.activeBackground#2A2400
  • tab.activeForeground#F1AF00
  • tab.border#3D3300
  • tab.inactiveBackground#1F1A00
  • tab.inactiveForeground#8A7A30
  • terminal.ansiBlue#1C98D1
  • terminal.ansiCyan#1C98D1
  • terminal.ansiGreen#1C98D1
  • terminal.ansiMagenta#FFB08A
  • terminal.ansiRed#FF0000
  • terminal.ansiYellow#F1AF00
  • terminal.background#2A2400
  • terminal.foreground#F5F5F5
  • textLink.activeForeground#F1AF00
  • textLink.foreground#1C98D1
  • titleBar.activeBackground#1A1500
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#1A1500
  • titleBar.inactiveForeground#8A7A30

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A89860italic
keyword, storage.type, storage.modifier, keyword.control#F1AF00bold
string, constant.other.symbol#FFD060
constant.numeric, constant.language#FFE08A
constant.language.boolean#FFB08A
entity.name.function, support.function, meta.function-call#1C98D1
entity.name.type, entity.name.class, support.type, support.class#FFB08Abold
variable, variable.other, variable.parameter#F5F5F5
variable.other.property, support.variable.property#E8E0C8
entity.name.tag#FF0000
entity.other.attribute-name#F1AF00
keyword.operator#A89860
punctuation, meta.brace#A89860
entity.name.namespace, support.type.namespace#FFB08Abold
meta.decorator, entity.name.function.decorator#F1AF00italic
keyword.control.import, keyword.control.export, keyword.control.from#1C98D1
string.regexp#FFB08A
constant.character.escape#1C98D1
invalid, invalid.illegal#FF0000bold
markup.heading, entity.name.section.markdown#F1AF00bold
markup.bold#FFD060bold
markup.italic#1C98D1italic
markup.underline.link#1C98D1
markup.inline.raw, markup.fenced_code.block#FFE08A
support.type.property-name.json#F1AF00
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#F1AF00
support.type.property-name.css#1C98D1
support.constant.property-value.css#FFE08A