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#000000
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#b0b0b055
  • editor.selectionBackground#505050
  • editorCursor.foreground#e0e0e0
  • editorWhitespace.foreground#b0b0b0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e0e0e0
variable.parameter.function#e0e0e0
comment, punctuation.definition.comment#b0b0b0
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#e0e0e0
none#e0e0e0
keyword.operator#e0e0e0
keyword#d381c3
variable#fb0120
entity.name.function, meta.require, support.function.any-method#6fb3d2
support.class, entity.name.class, entity.name.type.class#fda331
meta.class#ffffff
keyword.other.special-method#6fb3d2
storage#d381c3
support.function#76c7b7
string, constant.other.symbol, entity.other.inherited-class#a1c659
constant.numeric#fc6d24
none#fc6d24
none#fc6d24
constant#fc6d24
entity.name.tag#fb0120
entity.other.attribute-name#fc6d24
entity.other.attribute-name.id, punctuation.definition.entity#6fb3d2
meta.selector#d381c3
none#fc6d24
markup.heading punctuation.definition.heading, entity.name.section#6fb3d2
keyword.other.unit#fc6d24
markup.bold, punctuation.definition.bold#fda331bold
markup.italic, punctuation.definition.italic#d381c3italic
markup.raw.inline#a1c659
string.other.link, punctuation.definition.string.end.markdown#fb0120
meta.link#fc6d24
markup.list#fb0120
markup.quote#fc6d24
meta.separator#e0e0e0
markup.inserted#a1c659
markup.deleted#fb0120
markup.changed#d381c3
constant.other.color#76c7b7
string.regexp#76c7b7
constant.character.escape#76c7b7
punctuation.section.embedded, variable.interpolation#d381c3
invalid.illegal#ffffff
invalid.broken#000000
invalid.deprecated#ffffff
invalid.unimplemented#ffffff

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme