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#FFF0E6
  • activityBar.foreground#311900
  • activityBar.inactiveForeground#31190060
  • activityBarBadge.background#F57C00
  • activityBarBadge.foreground#FFF0E6
  • editor.background#FFF0E6
  • editor.foreground#311900
  • editor.lineHighlightBackground#FFF2E9
  • editor.selectionBackground#F57C0080
  • editorCursor.foreground#F57C00
  • editorIndentGuide.activeBackground#F57C0060
  • editorIndentGuide.background#934A0020
  • editorWhitespace.foreground#934A0040
  • sideBar.background#FFF2E9
  • sideBar.foreground#311900
  • sideBarSectionHeader.background#FFF0E6
  • statusBar.background#F57C00
  • statusBar.foreground#FFF0E6
  • statusBar.noFolderBackground#F57C00
  • tab.activeBackground#FFF0E6
  • tab.activeForeground#311900
  • tab.inactiveBackground#E6D8CF
  • tab.inactiveForeground#31190080
  • terminal.background#FFF0E6
  • terminal.foreground#311900
  • titleBar.activeBackground#FFF0E6
  • titleBar.activeForeground#311900

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#934A00
string#7A7B00
string.regexp#7C00F5
constant.numeric#0079F5
constant.language#0079F5italic
keyword#F57C00bold
storage#F57C00
storage.type#0079F5italic
entity.name.function#00F57C
entity.name.class#00F501bold
entity.name.type#0079F5
variable#311900
variable.parameter#F50100italic
variable.other.property#00F3F5
punctuation#311900B0