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.

  • editor.background#FFFFFF
  • editor.foreground#101010
  • editor.lineHighlightBackground#B0B0B055
  • editor.selectionBackground#D0D0D0
  • editorCursor.foreground#101010
  • editorWhitespace.foreground#B0B0B0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#101010
variable.parameter.function#101010
comment, punctuation.definition.comment#B0B0B0
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#101010
none#101010
keyword.operator#101010
keyword#AD00A1
variable#FF0086
entity.name.function, meta.require, support.function.any-method#3777E6
support.class, entity.name.class, entity.name.type.class#ABA800
meta.class#202020
keyword.other.special-method#3777E6
storage#AD00A1
support.function#1FAAAA
string, constant.other.symbol, entity.other.inherited-class#00C918
constant.numeric#FD8900
none#FD8900
none#FD8900
constant#FD8900
entity.name.tag#FF0086
entity.other.attribute-name#FD8900
entity.other.attribute-name.id, punctuation.definition.entity#3777E6
meta.selector#AD00A1
none#FD8900
markup.heading punctuation.definition.heading, entity.name.section#3777E6
keyword.other.unit#FD8900
markup.bold, punctuation.definition.bold#ABA800bold
markup.italic, punctuation.definition.italic#AD00A1italic
markup.raw.inline#00C918
string.other.link, punctuation.definition.string.end.markdown#FF0086
meta.link#FD8900
markup.list#FF0086
markup.quote#FD8900
meta.separator#101010
markup.inserted#00C918
markup.deleted#FF0086
markup.changed#AD00A1
constant.other.color#1FAAAA
string.regexp#1FAAAA
constant.character.escape#1FAAAA
punctuation.section.embedded, variable.interpolation#AD00A1
invalid.illegal#202020
invalid.broken#FFFFFF
invalid.deprecated#202020
invalid.unimplemented#202020

Shiki preview

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

Loading...