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#fafafa
  • editor.foreground#333333
  • list.activeSelectionIconForeground#fff
  • tab.activeBackground#d7ecb4
  • tab.activeForeground#2e3622
  • tab.inactiveBackground#d0dada
  • tab.inactiveForeground#4a494b

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#8a3a7d
keyword, keyword.control, storage#00a71a
storage.type, support.type, storage.modifier#634bd7
constant.language, support.constant, variable.language#634bd7
variable.other#6c7b23
variable, support.variable#000000
variable.parameter.import#d98922
entity.name.function, support.function, meta.function-call, variable.function, keyword.other.special-method#7d480f
entity.name.type, entity.other.inherited-class, support.type, support.class#634bd7
entity.name.exception#dd4545
entity.name.sectionbold
constant.numeric, constant.character, constant#f500ac
string#b52dd1
constant.character.escape#777777
string.regexp#4B83CD

Shiki preview

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

Loading...

Magie - Coding Theme