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#630000
  • activityBar.foreground#ff9933
  • activityBarBadge.background#ffdd87
  • activityBarBadge.foreground#232935
  • editor.background#310000
  • editor.foreground#ff9933
  • editor.lineHighlightBackground#090809
  • editor.selectionBackground#1d232f
  • editor.wordHighlightBackground#141820
  • editorCursor.foreground#b10000
  • editorGroupHeader.tabsBackground#5a0000
  • editorIndentGuide.background#802f00
  • editorLineNumber.foreground#b10000
  • editorSuggestWidget.background#310000
  • editorWhitespace.foreground#700000
  • editorWidget.background#310000
  • foreground#ffbf80
  • input.background#310000
  • input.foreground#ff0000
  • list.activeSelectionBackground#5a0000
  • list.activeSelectionForeground#ff9933
  • list.focusBackground#700000
  • list.hoverBackground#ca002c
  • list.inactiveSelectionBackground#5a0000
  • panel.background#2b0000
  • pickerGroup.foreground#F3B61F
  • sideBar.background#4d0000
  • sideBarSectionHeader.background#310000
  • sideBarTitle.foreground#f44747
  • statusBar.background#700000
  • tab.activeBackground#310000
  • tab.inactiveBackground#5a0000
  • titleBar.activeBackground#700000
  • titleBar.inactiveBackground#310000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#ad4159
constant#2d862d
meta.block#b10000
entity#009999
invalid#4d0000
keyword#cc0066
keyword.control#cc0066italic
keyword.operator#ad4159
storage#2d862ditalic
string#29a329italic
support#9e00c5
variable#e07000
markup.heading#ebadad
markup.deleted#F74545
markup.inserted#EF2D56
markup.changed#994d00
markup.underlineunderline
markup.underline.link#49ace9
markup.list#ff9933
markup.raw#2d862d

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...