Skip to main content
CodingTheme

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#21252B
  • activityBar.foreground#D7DAE0
  • editor.background#282C34
  • editor.foreground#ABB2BF
  • editor.lineHighlightBackground#2C313A
  • editor.selectionBackground#3E4451
  • editor.selectionHighlightBackground#3E445180
  • editorCursor.foreground#528BFF
  • editorIndentGuide.activeBackground#4B515C
  • editorIndentGuide.background#3B4048
  • editorLineNumber.activeForeground#C6C6C6
  • editorLineNumber.foreground#495162
  • focusBorder#528BFF50
  • list.activeSelectionBackground#2C313A
  • list.hoverBackground#2C313A
  • panel.background#21252B
  • sideBar.background#21252B
  • sideBar.foreground#9DA5B4
  • statusBar.background#21252B
  • statusBar.foreground#9DA5B4
  • tab.activeBackground#282C34
  • tab.inactiveBackground#21252B
  • titleBar.activeBackground#21252B
  • titleBar.activeForeground#9DA5B4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier#C678DDitalic
entity.name.function, support.function, meta.function-call#61AFEF
entity.name.type.class, entity.other.inherited-class, support.class#E5C07B
variable, variable.other#E06C75
variable.other.property, variable.other.object.property#E06C75
constant, variable.other.constant#D19A66
string#98C379
comment#7F848Eitalic

Shiki preview

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

Loading...