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#f2e9e1
  • activityBar.foreground#575279
  • activityBar.inactiveForeground#cecacd
  • activityBarBadge.background#b4637a
  • activityBarBadge.foreground#faf4ed
  • badge.background#b4637a
  • badge.foreground#faf4ed
  • button.background#b4637a
  • button.foreground#faf4ed
  • button.hoverBackground#9e5268
  • editor.background#faf4ed
  • editor.findMatchBackground#56949f40
  • editor.findMatchHighlightBackground#56949f25
  • editor.foreground#575279
  • editor.inactiveSelectionBackground#e4dfde
  • editor.lineHighlightBackground#f2e9e1
  • editor.selectionBackground#dfdad9
  • editorCursor.foreground#b4637a
  • editorError.foreground#b4637a
  • editorGroupHeader.tabsBackground#f2e9e1
  • editorGutter.addedBackground#286983
  • editorGutter.deletedBackground#b4637a
  • editorGutter.modifiedBackground#56949f
  • editorIndentGuide.activeBackground1#cecacd
  • editorIndentGuide.background1#dfdad9
  • editorInfo.foreground#56949f
  • editorLineNumber.activeForeground#575279
  • editorLineNumber.foreground#cecacd
  • editorWarning.foreground#ea9d34
  • editorWhitespace.foreground#dfdad9
  • focusBorder#b4637a
  • input.background#f2e9e1
  • input.border#dfdad9
  • input.foreground#575279
  • inputOption.activeBorder#b4637a
  • list.activeSelectionBackground#dfdad9
  • list.activeSelectionForeground#575279
  • list.focusBackground#dfdad9
  • list.hoverBackground#ece8e6
  • panel.background#f2e9e1
  • panel.border#dfdad9
  • panelTitle.activeBorder#b4637a
  • panelTitle.activeForeground#575279
  • panelTitle.inactiveForeground#9893a5
  • scrollbarSlider.background#cecacd80
  • scrollbarSlider.hoverBackground#9893a580
  • sideBar.background#f2e9e1
  • sideBar.foreground#575279
  • sideBarSectionHeader.background#faf4ed
  • sideBarSectionHeader.foreground#575279
  • sideBarTitle.foreground#575279
  • statusBar.background#b4637a
  • statusBar.foreground#faf4ed
  • statusBar.noFolderBackground#b4637a
  • statusBarItem.hoverBackground#9e5268
  • tab.activeBackground#faf4ed
  • tab.activeBorderTop#b4637a
  • tab.activeForeground#575279
  • tab.border#f2e9e1
  • tab.inactiveBackground#f2e9e1
  • tab.inactiveForeground#9893a5
  • terminal.ansiBlack#26233a
  • terminal.ansiBlue#56949f
  • terminal.ansiBrightBlack#6e6a86
  • terminal.ansiBrightBlue#56949f
  • terminal.ansiBrightCyan#d7827e
  • terminal.ansiBrightGreen#286983
  • terminal.ansiBrightMagenta#907aa9
  • terminal.ansiBrightRed#b4637a
  • terminal.ansiBrightWhite#575279
  • terminal.ansiBrightYellow#ea9d34
  • 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#f2e9e1
  • titleBar.activeForeground#575279
  • titleBar.inactiveBackground#f2e9e1
  • titleBar.inactiveForeground#9893a5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9893a5italic
keyword, storage.type, storage.modifier#286983
keyword.operator#d7827e
string, string.template#ea9d34
string.regexp#56949f
constant.numeric#d7827e
constant.language#d7827e
constant.character.escape#56949f
variable#575279
variable.language#907aa9italic
entity.name.function, support.function#56949f
entity.name.type, entity.name.class, support.class#907aa9
entity.name.tag#b4637a
entity.other.attribute-name#d7827e
support.type#56949f
meta.decorator, punctuation.decorator#56949f
punctuation#6e6a86
invalid#b4637a