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#331E00
  • activityBar.foreground#FFE0B3
  • activityBar.inactiveForeground#FFE0B360
  • activityBarBadge.background#FF9800
  • activityBarBadge.foreground#331E00
  • editor.background#331E00
  • editor.foreground#FFE0B3
  • editor.lineHighlightBackground#2E1B00
  • editor.selectionBackground#FF980080
  • editorCursor.foreground#FF9800
  • editorIndentGuide.activeBackground#FF980060
  • editorIndentGuide.background#CC7A0020
  • editorWhitespace.foreground#CC7A0040
  • sideBar.background#2E1B00
  • sideBar.foreground#FFE0B3
  • sideBarSectionHeader.background#331E00
  • statusBar.background#FF9800
  • statusBar.foreground#331E00
  • statusBar.noFolderBackground#FF9800
  • tab.activeBackground#331E00
  • tab.activeForeground#FFE0B3
  • tab.inactiveBackground#2E1B00
  • tab.inactiveForeground#FFE0B380
  • terminal.background#331E00
  • terminal.foreground#FFE0B3
  • titleBar.activeBackground#331E00
  • titleBar.activeForeground#FFE0B3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#CC7A00
string#E6FF00
string.regexp#9800FF
constant.numeric#0067FF
constant.language#0067FFitalic
keyword#FF9800bold
storage#FF9800
storage.type#0067FFitalic
entity.name.function#00FF98
entity.name.class#00FF19bold
entity.name.type#0067FF
variable#FFE0B3
variable.parameter#FF1800italic
variable.other.property#00E7FF
punctuation#FFE0B3B0