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#f5f1e8
  • activityBar.border#00000010
  • activityBar.foreground#373520
  • activityBar.inactiveForeground#a89888
  • activityBarBadge.background#c02040
  • activityBarBadge.foreground#f5f1e8
  • badge.background#c02040
  • badge.foreground#f5f1e8
  • button.background#387008
  • button.foreground#f5f1e8
  • button.hoverBackground#4a8a10
  • contrastBorder#00000000
  • dropdown.background#e0d4bc
  • dropdown.border#00000010
  • dropdown.foreground#1a1208
  • editor.background#f5f1e8
  • editor.documentHighlightBackground#c8bea840
  • editor.findMatchBackground#a0481080
  • editor.findMatchHighlightBackground#a0481040
  • editor.foreground#1a1208
  • editor.inactiveSelectionBackground#c8bea850
  • editor.lineHighlightBackground#e0d4bc40
  • editor.lineHighlightBorder#00000000
  • editor.rangeHighlightBackground#c8bea840
  • editor.selectionBackground#c8bea880
  • editor.wordHighlightBackground#c8bea840
  • editor.wordHighlightStrongBackground#c8bea860
  • editorBracketMatch.background#c8bea840
  • editorBracketMatch.border#a89888
  • editorCursor.foreground#1a1208
  • editorError.foreground#c02040
  • editorGroupHeader.tabsBackground#f5f1e8
  • editorGutter.addedBackground#387008
  • editorGutter.background#f5f1e8
  • editorGutter.deletedBackground#c02040
  • editorGutter.modifiedBackground#a04810
  • editorHint.foreground#096868
  • editorIndentGuide.activeBackground1#a89888
  • editorIndentGuide.background1#e0d4bc
  • editorInfo.foreground#1860a8
  • editorLineNumber.activeForeground#5c5640
  • editorLineNumber.foreground#7a7060
  • editorRuler.foreground#00000010
  • editorWarning.foreground#a04810
  • editorWhitespace.foreground#a8988860
  • focusBorder#387008
  • gitDecoration.addedResourceForeground#387008
  • gitDecoration.conflictingResourceForeground#6028a8
  • gitDecoration.deletedResourceForeground#c02040
  • gitDecoration.ignoredResourceForeground#a89888
  • gitDecoration.modifiedResourceForeground#a04810
  • gitDecoration.untrackedResourceForeground#096868
  • input.background#e0d4bc
  • input.border#00000010
  • input.foreground#1a1208
  • input.placeholderForeground#a89888
  • inputOption.activeBorder#387008
  • list.activeSelectionBackground#e0d4bc70
  • list.activeSelectionForeground#1a1208
  • list.focusBackground#c8bea870
  • list.focusForeground#1a1208
  • list.highlightForeground#387008
  • list.hoverBackground#e0d4bc50
  • list.inactiveSelectionBackground#e0d4bc70
  • panel.background#f5f1e8
  • panel.border#00000010
  • panelTitle.activeBorder#387008
  • panelTitle.activeForeground#1a1208
  • panelTitle.inactiveForeground#a89888
  • pickerGroup.border#00000010
  • pickerGroup.foreground#5c5640
  • progressBar.background#387008
  • quickInput.background#f5f1e8
  • quickInput.foreground#1a1208
  • quickInputHighlightForeground#387008
  • scrollbarSlider.activeBackground#a89888
  • scrollbarSlider.background#c8bea880
  • scrollbarSlider.hoverBackground#c8bea8
  • sideBar.background#f5f1e8
  • sideBar.border#00000010
  • sideBar.foreground#373520
  • sideBarSectionHeader.background#f5f1e8
  • sideBarSectionHeader.border#00000008
  • sideBarSectionHeader.foreground#5c5640
  • sideBarTitle.foreground#5c5640
  • statusBar.background#ede8dc
  • statusBar.border#00000010
  • statusBar.foreground#5c5640
  • statusBarItem.remoteBackground#096868
  • statusBarItem.remoteForeground#f5f1e8
  • tab.activeBackground#ede8dc
  • tab.activeBorder#00000000
  • tab.activeBorderTop#00000000
  • tab.activeForeground#1a1208
  • tab.border#00000008
  • tab.hoverBackground#ede8dc
  • tab.inactiveBackground#f5f1e8
  • tab.inactiveForeground#7a7060
  • terminal.ansiBlack#373520
  • terminal.ansiBlue#1860a8
  • terminal.ansiBrightBlack#7a7060
  • terminal.ansiBrightBlue#1860a8
  • terminal.ansiBrightCyan#387008
  • terminal.ansiBrightGreen#096868
  • terminal.ansiBrightMagenta#6028a8
  • terminal.ansiBrightRed#c02040
  • terminal.ansiBrightWhite#1a1208
  • terminal.ansiBrightYellow#a04810
  • terminal.ansiCyan#387008
  • terminal.ansiGreen#096868
  • terminal.ansiMagenta#6028a8
  • terminal.ansiRed#c02040
  • terminal.ansiWhite#5c5640
  • terminal.ansiYellow#a04810
  • terminal.background#f5f1e8
  • terminal.foreground#1a1208
  • terminal.selectionBackground#c8bea880
  • terminalCursor.foreground#1a1208
  • titleBar.activeBackground#ede8dc
  • titleBar.activeForeground#373520
  • titleBar.border#00000010
  • titleBar.inactiveBackground#ede8dc
  • widget.shadow#00000020

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c5640italic
keyword, keyword.control, keyword.operator.logical, keyword.other, storage, storage.type, storage.modifier, constant.language, support.type.primitive#c02040
entity.name.function, entity.name.method, support.function, variable.function#387008
entity.name.type, entity.name.class, entity.name.namespace, support.class, support.type, entity.name.exception, entity.name.interface#096868
string, string.quoted, string.interpolated, constant.character#a04810
constant.numeric, constant.other.color#1860a8
keyword.operator, keyword.operator.assignment, keyword.operator.comparison, punctuation.definition.decorator, storage.type.annotation#6028a8
variable, variable.other#1a1208
variable.parameter#1a1208italic
punctuation, meta.brace, meta.bracket, punctuation.accessor#373520
entity.name.tag#096868
entity.other.attribute-name#096868
support.type.property-name.css, meta.property-name#387008
support.type.property-name.json, meta.object-literal.key#387008
markup.heading#387008bold
markup.bold#c02040bold
markup.italic#a04810italic
markup.inline.raw#5c5640
markup.underline.link#1860a8
punctuation.definition.list.begin.markdown#096868
Buisson by Adrius - VS Code Theme