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#181825
  • activityBar.foreground#B4BEFE
  • activityBar.inactiveForeground#9399B2
  • activityBarBadge.background#B4BEFE
  • activityBarBadge.foreground#181825
  • badge.background#89B4FA
  • badge.foreground#181825
  • button.background#CBA6F7
  • button.foreground#181825
  • editor.background#181825
  • editor.foreground#CDD6F4
  • editor.inactiveSelectionBackground#25283A
  • editor.selectionBackground#313244
  • editorCursor.foreground#B4BEFE
  • editorLineNumber.activeForeground#CDD6F4
  • editorLineNumber.foreground#7F849C
  • input.background#1E1E2E
  • input.foreground#CDD6F4
  • list.activeSelectionBackground#313244
  • list.activeSelectionForeground#CDD6F4
  • list.hoverBackground#45475A
  • scrollbarSlider.background#313244
  • sideBar.background#181825
  • sideBar.foreground#CDD6F4
  • statusBar.background#1E1E2E
  • statusBar.foreground#CDD6F4
  • titleBar.activeBackground#1E1E2E
  • titleBar.activeForeground#CDD6F4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#6C7086italic
keyword, storage#CBA6F7—
string, constant.other.symbol#F5C2E7—
constant.numeric, number#FAB387—
entity.name.function, support.function#89B4FA—
variable, identifier#A6E3A1—
storage.type, entity.name.type#94E2D5—
constant.language, constant.character#F9E2AF—
punctuation, meta.brace#9399B2—
variable.property, support.variable.property#B4BEFE—