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.

  • editor.background#d0d7d8
  • editor.foreground#79747a
  • list.activeSelectionIconForeground#fff
  • tab.activeBackground#b2bdbd
  • tab.activeForeground#4a494b
  • tab.inactiveBackground#d1d3ce
  • tab.inactiveForeground#2e3622

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#848299italic
invalid, invalid.illegal#FF5370
keyword.operator, constant.other.color, punctuation#5b6669
keyword, keyword.control, storage#1b8375bold
storage.type, support.type, storage.modifier#8262a7bold
constant.language, support.constant, variable.language#927aa7bold
variable.other#5f8d96italic
variable, support.variable#000000
variable.parameter.import#70547e
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#5a6372italic
entity.name.type, entity.other.inherited-class, support.type, support.class#4f8d8fbold
entity.name.exception#dd4545
entity.name.sectionbold
constant.numeric, constant.character, constant#3a8d53
string#679bb9
constant.character.escape#4f3c96
string.regexp#509480

Shiki preview

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

Loading...