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#f5edd6
  • activityBar.border#ddd0b3
  • activityBar.foreground#4a3728
  • activityBarBadge.background#b58900
  • button.background#b58900
  • button.foreground#ffffff
  • editor.background#fdf6e3
  • editor.findMatchBackground#b5890040
  • editor.findMatchHighlightBackground#b5890020
  • editor.foreground#4a3728
  • editor.lineHighlightBackground#f5edd6
  • editor.selectionBackground#e8d5a3
  • editor.wordHighlightBackground#e8d5a380
  • editorCursor.foreground#b58900
  • editorGutter.background#fdf6e3
  • editorLineNumber.activeForeground#4a3728
  • editorLineNumber.foreground#c9b99a
  • input.background#fdf6e3
  • input.border#ddd0b3
  • input.foreground#4a3728
  • panel.background#faf3e0
  • panel.border#ddd0b3
  • sideBar.background#faf3e0
  • sideBar.border#ddd0b3
  • sideBar.foreground#4a3728
  • sideBarTitle.foreground#4a3728
  • statusBar.background#ede8d5
  • statusBar.foreground#4a3728
  • tab.activeBackground#fdf6e3
  • tab.activeForeground#4a3728
  • tab.border#ddd0b3
  • tab.inactiveBackground#f5edd6
  • tab.inactiveForeground#9e8c75
  • terminal.background#fdf6e3
  • terminal.foreground#4a3728
  • titleBar.activeBackground#f5edd6
  • titleBar.activeForeground#4a3728

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a89070italic
variable, string constant.other.placeholder#4a3728
keyword, storage.type, storage.modifier#859900
keyword.control, keyword.operator#859900
string, constant.other.symbol, constant.other.key#2aa198
constant.numeric, constant.language, constant.character, constant.escape#d33682
entity.name.function, meta.function-call, variable.function, support.function#268bd2
entity.name, support.type, support.class#b58900
entity.name.tag#859900
entity.other.attribute-name#cb4b16
punctuation#4a3728
invalid, invalid.illegal#dc322f