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#313244
  • activityBar.foreground#CDD6F4
  • descriptionForeground#585B70
  • editor.background#1E1E2E
  • editor.foreground#CDD6F4
  • editor.inactiveSelectionBackground#45475A
  • editor.selectionBackground#45475A
  • editorCursor.foreground#F5E0DC
  • editorLineNumber.activeForeground#CDD6F4
  • editorLineNumber.foreground#585B70
  • editorWidget.background#313244
  • editorWidget.foreground#CDD6F4
  • errorForeground#F38BA8
  • focusBorder#F5E0DC
  • foreground#CDD6F4
  • panel.background#1E1E2E
  • panel.border#585B70
  • sideBar.background#313244
  • sideBar.foreground#CDD6F4
  • statusBar.background#313244
  • statusBar.foreground#CDD6F4
  • terminal.ansiBlack#45475A
  • terminal.ansiBlue#89B4FA
  • terminal.ansiBrightBlack#585B70
  • terminal.ansiBrightBlue#89B4FA
  • terminal.ansiBrightCyan#94E2D5
  • terminal.ansiBrightGreen#A6E3A1
  • terminal.ansiBrightMagenta#F5C2E7
  • terminal.ansiBrightRed#F38BA8
  • terminal.ansiBrightWhite#BAC2DE
  • terminal.ansiBrightYellow#F9E2AF
  • terminal.ansiCyan#94E2D5
  • terminal.ansiGreen#A6E3A1
  • terminal.ansiMagenta#F5C2E7
  • terminal.ansiRed#F38BA8
  • terminal.ansiWhite#A6ADC8
  • terminal.ansiYellow#F9E2AF
  • terminal.background#1E1E2E
  • terminal.foreground#CDD6F4
  • terminal.selectionBackground#45475A
  • terminalCursor.foreground#F5E0DC
  • textLink.activeForeground#F5E0DC
  • textLink.foreground#89B4FA
  • titleBar.activeBackground#313244
  • titleBar.activeForeground#CDD6F4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#585B70italic
string, constant.other.symbol#A6E3A1
constant.numeric, constant.language#F5C2E7
keyword, storage.type, storage.modifier#F38BA8
entity.name.function, support.function#89B4FA
entity.name.type, support.type, support.class#F9E2AF
variable.language, variable.parameter#94E2D5
entity.name.tag#F38BA8
entity.other.attribute-name#F9E2AF