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#272233
  • activityBarBadge.background#cc008f
  • editor.background#23202b
  • editor.foreground#ecdff5
  • sideBarTitle.foreground#bbbbbb
  • tab.activeBackground#2d3844
  • tab.activeForeground#d1e5e9
  • tab.inactiveBackground#2b2730
  • tab.inactiveForeground#dbd0bf

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
invalid, invalid.illegal#FF5370
keyword.operator, constant.other.color, punctuation#b1b5d8
keyword, keyword.control, storage#73db92
storage.type, support.type, storage.modifier#a1a3ff
constant.language, support.constant, variable.language#e7de8e
variable.other#ffe6c1
variable, support.variable#f1fdfd
variable.parameter.import#ffd597
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#c3e9be
entity.name.type, entity.other.inherited-class, support.type, support.class#7ed0e9
entity.name.exception#dd4545
entity.name.sectionbold
constant.numeric, constant.character, constant#d39ff5
string#ecad90
constant.character.escape#777777
string.regexp#4B83CD

Shiki preview

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

Loading...