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#120A0A
  • activityBar.foreground#F2D7D5
  • activityBar.inactiveForeground#F2D7D560
  • activityBarBadge.background#C0392B
  • activityBarBadge.foreground#120A0A
  • editor.background#120A0A
  • editor.foreground#F2D7D5
  • editor.lineHighlightBackground#100909
  • editor.selectionBackground#C0392B80
  • editorCursor.foreground#C0392B
  • editorIndentGuide.activeBackground#C0392B60
  • editorIndentGuide.background#9A2E2220
  • editorWhitespace.foreground#9A2E2240
  • sideBar.background#100909
  • sideBar.foreground#F2D7D5
  • sideBarSectionHeader.background#120A0A
  • statusBar.background#C0392B
  • statusBar.foreground#120A0A
  • statusBar.noFolderBackground#C0392B
  • tab.activeBackground#120A0A
  • tab.activeForeground#F2D7D5
  • tab.inactiveBackground#100909
  • tab.inactiveForeground#F2D7D580
  • terminal.background#120A0A
  • terminal.foreground#F2D7D5
  • titleBar.activeBackground#120A0A
  • titleBar.activeForeground#F2D7D5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9A2E22
string#C0842B
string.regexp#392BC0
constant.numeric#2BB2C0
constant.language#2BB2C0italic
keyword#C0392Bbold
storage#C0392B
storage.type#2BB2C0italic
entity.name.function#2BC039
entity.name.class#68C02Bbold
entity.name.type#2BB2C0
variable#F2D7D5
variable.parameter#C02B68italic
variable.other.property#2BC083
punctuation#F2D7D5B0