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#DED7C3
  • activityBar.border#D1C7B7
  • activityBar.foreground#9D2933
  • activityBar.inactiveForeground#ada797
  • activityBarBadge.background#9D2933
  • activityBarBadge.foreground#F7F1E5
  • badge.background#9d2933
  • badge.foreground#F7F1E5
  • button.background#B89355
  • button.foreground#F7F1E5
  • button.hoverBackground#A07F45
  • dropdown.background#F7F1E5
  • dropdown.border#D1C7B7
  • editor.background#F7F1E5
  • editor.findMatchBackground#9d29338a
  • editor.findMatchHighlightBackground#9D293344
  • editor.foreground#33312E
  • editor.inactiveSelectionBackground#b8945520
  • editor.lineHighlightBackground#F0EAD2
  • editor.selectionBackground#B8935544
  • editor.selectionHighlightBackground#B8935533
  • editorBracketHighlight.foreground1#A33B39
  • editorBracketHighlight.foreground2#2E5A6E
  • editorBracketHighlight.foreground3#557056
  • editorBracketHighlight.foreground4#7B5E3F
  • editorBracketHighlight.foreground5#918A7A
  • editorBracketHighlight.foreground6#B89355
  • editorBracketHighlight.unexpectedBracket.foreground#CF4232
  • editorCursor.foreground#A33B39
  • editorGroup.border#D1C7B7
  • editorGroupHeader.tabsBackground#E8E2D0
  • editorHoverWidget.background#E8E2D0
  • editorIndentGuide.activeBackground1#D1C7B7
  • editorLineNumber.activeForeground#a8414a
  • editorLineNumber.foreground#c5ae87
  • editorLink.activeForeground#9D2933
  • editorSuggestWidget.background#E8E2D0
  • editorSuggestWidget.focusHighlightForeground#9D2933
  • editorSuggestWidget.highlightForeground#8d7d60
  • editorSuggestWidget.selectedBackground#F7F1E5
  • editorWidget.background#E8E2D0
  • editorWidget.border#B89355
  • focusBorder#B89355
  • input.background#F7F1E5
  • input.border#D1C7B7
  • input.foreground#33312E
  • list.activeSelectionBackground#F7F1E5
  • list.activeSelectionForeground#33312E
  • list.activeSelectionIconForeground#B89355
  • list.focusAndSelectionOutline#B89355
  • list.focusBackground#F7F1E5
  • list.focusForeground#9D2933
  • list.focusOutline#B89355
  • list.hoverBackground#F7F1E5
  • list.hoverForeground#33312E
  • list.inactiveSelectionBackground#F7F1E5
  • list.inactiveSelectionForeground#33312E
  • menu.background#F7F1E5
  • menu.border#D1C7B7
  • menu.foreground#33312E
  • menu.selectionBackground#E8E2D0
  • menu.selectionForeground#9D2933
  • pickerGroup.border#D1C7B7
  • pickerGroup.foreground#B89355
  • quickInput.background#F7F1E5
  • quickInput.foreground#33312E
  • quickInputList.focusBackground#E8E2D0
  • quickInputTitle.background#E8E2D0
  • scrollbarSlider.activeBackground#be9f69
  • scrollbarSlider.background#B8935544
  • scrollbarSlider.hoverBackground#B8935588
  • sideBar.background#E8E2D0
  • sideBar.border#D1C7B7
  • statusBar.background#DED7C3
  • statusBar.debuggingBackground#A33B39
  • statusBar.debuggingForeground#F7F1E5
  • statusBar.foreground#33312E
  • statusBar.noFolderBackground#B89355
  • tab.activeBackground#F7F1E5
  • tab.border#D1C7B7
  • tab.inactiveBackground#E8E2D0
  • textLink.activeForeground#9D2933
  • textLink.foreground#B89355
  • titleBar.activeBackground#E8E2D0
  • titleBar.activeForeground#33312E
  • titleBar.border#D1C7B7
  • titleBar.inactiveBackground#E8E2D0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, unused#918A7Aitalic
keyword, storage.type, storage.modifier, variable.language, constant.language#A33B39bold
string, punctuation.definition.string#557056
constant.numeric, constant.character, constant.other#B89355
entity.name.function, support.function, variable.function, meta.function-call#2E5A6E
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#3E4E59
variable, variable.other, variable.parameter, support.variable, variable.other.property, variable.other.object.property#33312E
punctuation, meta.brace, meta.delimiter, punctuation.definition.parameters, punctuation.terminator, punctuation.separator#B5AFA2
entity.name.tag, meta.tag, punctuation.definition.tag, markup.heading#9D2933