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.activeBorder#907aa9
  • activityBar.background#f4ede8
  • activityBar.foreground#575279
  • activityBar.inactiveForeground#7a6d90
  • activityBarBadge.background#907aa9
  • activityBarBadge.foreground#faf4ed
  • badge.background#907aa9
  • badge.foreground#faf4ed
  • button.background#907aa9
  • button.foreground#faf4ed
  • button.hoverBackground#7a6593
  • editor.background#faf4ed
  • editor.findMatchBackground#ea9d3460
  • editor.findMatchHighlightBackground#ea9d3430
  • editor.foreground#575279
  • editor.inactiveSelectionBackground#dfdad940
  • editor.lineHighlightBackground#f4ede8
  • editor.selectionBackground#dfdad980
  • editorBracketMatch.background#907aa930
  • editorBracketMatch.border#907aa9
  • editorCursor.foreground#575279
  • editorGroupHeader.tabsBackground#f4ede8
  • editorGutter.addedBackground#286983
  • editorGutter.deletedBackground#b4637a
  • editorGutter.modifiedBackground#ea9d34
  • editorIndentGuide.activeBackground1#9893a5
  • editorIndentGuide.background1#f2e9e1
  • editorLineNumber.activeForeground#575279
  • editorLineNumber.foreground#9893a5
  • focusBorder#907aa9
  • input.background#faf4ed
  • input.border#dfdad9
  • input.foreground#575279
  • list.activeSelectionBackground#907aa920
  • list.activeSelectionForeground#575279
  • list.highlightForeground#907aa9
  • list.hoverBackground#dfdad950
  • panel.background#f4ede8
  • panel.border#f2e9e1
  • panelTitle.activeForeground#907aa9
  • panelTitle.inactiveForeground#7a6d90
  • scrollbarSlider.activeBackground#57527960
  • scrollbarSlider.background#57527920
  • scrollbarSlider.hoverBackground#57527940
  • sideBar.background#f4ede8
  • sideBar.foreground#575279
  • sideBarSectionHeader.background#f2e9e1
  • sideBarSectionHeader.foreground#575279
  • statusBar.background#907aa9
  • statusBar.foreground#faf4ed
  • tab.activeBackground#faf4ed
  • tab.activeBorder#907aa9
  • tab.activeForeground#575279
  • tab.border#f2e9e1
  • tab.inactiveBackground#f4ede8
  • tab.inactiveForeground#7a6d90
  • terminal.ansiBlue#56949f
  • terminal.ansiBrightBlack#9893a5
  • terminal.ansiBrightWhite#faf4ed
  • terminal.ansiCyan#d7827e
  • terminal.ansiGreen#286983
  • terminal.ansiMagenta#907aa9
  • terminal.ansiRed#b4637a
  • terminal.ansiWhite#575279
  • terminal.ansiYellow#ea9d34
  • terminal.background#faf4ed
  • terminal.foreground#575279
  • titleBar.activeBackground#f4ede8
  • titleBar.activeForeground#575279
  • titleBar.inactiveBackground#f2e9e1
  • titleBar.inactiveForeground#7a6d90

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9893a5italic
string#ea9d34
constant.numeric, constant.language#d7827e
keyword, storage.type, storage.modifier#b4637a
entity.name.function, support.function#286983
entity.name.type, entity.name.class#56949f
variable#575279
variable.parameter#ea9d34
entity.name.tag#b4637a
entity.other.attribute-name#56949f
markup.heading#907aa9bold
invalid#b4637a