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#E0F4E6
  • activityBar.foreground#337357
  • activityBarBadge.background#E27396
  • activityBarBadge.foreground#FFFFFF
  • button.background#E27396
  • button.foreground#FFFFFF
  • editor.background#F3FFF6
  • editor.foreground#337357
  • editor.inactiveSelectionBackground#E2739620
  • editor.selectionBackground#EA9AB240
  • editor.selectionHighlightBackground#6D9F7130
  • editor.wordHighlightBackground#E2739630
  • editorCursor.foreground#E27396
  • editorGroupHeader.tabsBackground#E0F4E6
  • editorLineNumber.foreground#6D9F71
  • list.activeSelectionBackground#E2739630
  • list.activeSelectionForeground#337357
  • list.focusBackground#E2739620
  • list.focusForeground#337357
  • list.hoverBackground#E2739615
  • list.hoverForeground#337357
  • panel.background#F3FFF6
  • panelTitle.activeForeground#E27396
  • panelTitle.inactiveForeground#6D9F71
  • sideBar.background#FFFFFF
  • sideBarSectionHeader.background#E0F4E6
  • statusBar.background#6D9F71
  • statusBar.debuggingBackground#E27396
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#6D9F71
  • tab.activeBackground#F3FFF6
  • tab.activeForeground#E27396
  • tab.border#F3FFF6
  • tab.inactiveBackground#E0F4E6
  • tab.inactiveForeground#33735799
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#4A6D7C
  • terminal.ansiCyan#337357
  • terminal.ansiGreen#6D9F71
  • terminal.ansiMagenta#E27396
  • terminal.ansiRed#E27396
  • terminal.ansiWhite#000000
  • terminal.ansiYellow#EA9AB2
  • terminal.background#F3FFF6
  • terminal.foreground#337357

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...