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#332B00
  • activityBar.foreground#FFF3B3
  • activityBar.inactiveForeground#FFF3B360
  • activityBarBadge.background#FFD700
  • activityBarBadge.foreground#332B00
  • editor.background#332B00
  • editor.foreground#FFF3B3
  • editor.lineHighlightBackground#2E2700
  • editor.selectionBackground#FFD70080
  • editorCursor.foreground#FFD700
  • editorIndentGuide.activeBackground#FFD70060
  • editorIndentGuide.background#CCAC0020
  • editorWhitespace.foreground#CCAC0040
  • sideBar.background#2E2700
  • sideBar.foreground#FFF3B3
  • sideBarSectionHeader.background#332B00
  • statusBar.background#FFD700
  • statusBar.foreground#332B00
  • statusBar.noFolderBackground#FFD700
  • tab.activeBackground#332B00
  • tab.activeForeground#FFF3B3
  • tab.inactiveBackground#2E2700
  • tab.inactiveForeground#FFF3B380
  • terminal.background#332B00
  • terminal.foreground#FFF3B3
  • titleBar.activeBackground#332B00
  • titleBar.activeForeground#FFF3B3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#CCAC00
string#A7FF00
string.regexp#D700FF
constant.numeric#0028FF
constant.language#0028FFitalic
keyword#FFD700bold
storage#FFD700
storage.type#0028FFitalic
entity.name.function#00FFD7
entity.name.class#00FF58bold
entity.name.type#0028FF
variable#FFF3B3
variable.parameter#FF5700italic
variable.other.property#00A7FF
punctuation#FFF3B3B0