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#2C1E3C
  • activityBar.foreground#FFDBE5
  • activityBarBadge.background#E27396
  • activityBarBadge.foreground#2C1E3C
  • button.background#E27396
  • button.foreground#2C1E3C
  • editor.background#2C1E3C
  • editor.foreground#FFDBE5
  • editor.inactiveSelectionBackground#EA9AB230
  • editor.selectionBackground#EA9AB260
  • editor.selectionHighlightBackground#E2739630
  • editor.wordHighlightBackground#5F4B8B40
  • editorCursor.foreground#E27396
  • editorGroupHeader.tabsBackground#37274D
  • editorLineNumber.foreground#5F4B8B
  • list.activeSelectionBackground#5F4B8B50
  • list.hoverBackground#5F4B8B30
  • panel.background#2C1E3C
  • panelTitle.activeForeground#E27396
  • panelTitle.inactiveForeground#5F4B8B
  • sideBar.background#37274D
  • sideBar.foreground#FFDBE5
  • sideBarSectionHeader.background#37274D
  • sideBarTitle.foreground#FFDBE5
  • statusBar.background#5F4B8B
  • statusBar.debuggingBackground#E27396
  • statusBar.debuggingForeground#2C1E3C
  • statusBar.foreground#FFDBE5
  • statusBar.noFolderBackground#5F4B8B
  • tab.activeBackground#2C1E3C
  • tab.activeForeground#E27396
  • tab.inactiveBackground#37274D
  • tab.inactiveForeground#FFDBE5
  • terminal.ansiBlack#2C1E3C
  • terminal.ansiBlue#5F4B8B
  • terminal.ansiCyan#337357
  • terminal.ansiGreen#6D9F71
  • terminal.ansiMagenta#FFDBE5
  • terminal.ansiRed#E27396
  • terminal.ansiWhite#FFDBE5
  • terminal.ansiYellow#EA9AB2
  • terminal.background#2C1E3C
  • terminal.foreground#FFDBE5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#337357italic
keyword, storage, modifier, entity.name.tag#5F4B8B
variable, entity.other.attribute-name#EA9AB2
string, entity.name.type.class#E27396
entity.name.function, support.function, meta.function-call#6D9F71
punctuation, delimiter, bracket#FFDBE5
operator#6D9F71
constant.numeric, constant.language, constant.boolean#FFDBE5

Shiki preview

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

Loading...