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#272822
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#75715e55
  • editor.selectionBackground#49483e
  • editorCursor.foreground#f8f8f2
  • editorWhitespace.foreground#75715e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
variable.parameter.function#f8f8f2
comment, punctuation.definition.comment#75715e
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#f8f8f2
none#f8f8f2
keyword.operator#f8f8f2
keyword#ae81ff
variable#f92672
entity.name.function, meta.require, support.function.any-method#66d9ef
support.class, entity.name.class, entity.name.type.class#f4bf75
meta.class#f9f8f5
keyword.other.special-method#66d9ef
storage#ae81ff
support.function#a1efe4
string, constant.other.symbol, entity.other.inherited-class#a6e22e
constant.numeric#fd971f
none#fd971f
none#fd971f
constant#fd971f
entity.name.tag#f92672
entity.other.attribute-name#fd971f
entity.other.attribute-name.id, punctuation.definition.entity#66d9ef
meta.selector#ae81ff
none#fd971f
markup.heading punctuation.definition.heading, entity.name.section#66d9ef
keyword.other.unit#fd971f
markup.bold, punctuation.definition.bold#f4bf75bold
markup.italic, punctuation.definition.italic#ae81ffitalic
markup.raw.inline#a6e22e
string.other.link, punctuation.definition.string.end.markdown#f92672
meta.link#fd971f
markup.list#f92672
markup.quote#fd971f
meta.separator#f8f8f2
markup.inserted#a6e22e
markup.deleted#f92672
markup.changed#ae81ff
constant.other.color#a1efe4
string.regexp#a1efe4
constant.character.escape#a1efe4
punctuation.section.embedded, variable.interpolation#ae81ff
invalid.illegal#f9f8f5
invalid.broken#272822
invalid.deprecated#f9f8f5
invalid.unimplemented#f9f8f5

Shiki preview

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

Loading...