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#090300
  • editor.foreground#a5a2a2
  • editor.lineHighlightBackground#5c585555
  • editor.selectionBackground#4a4543
  • editorCursor.foreground#a5a2a2
  • editorWhitespace.foreground#5c5855

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#a5a2a2
variable.parameter.function#a5a2a2
comment, punctuation.definition.comment#5c5855
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#a5a2a2
none#a5a2a2
keyword.operator#a5a2a2
keyword#a16a94
variable#db2d20
entity.name.function, meta.require, support.function.any-method#01a0e4
support.class, entity.name.class, entity.name.type.class#fded02
meta.class#f7f7f7
keyword.other.special-method#01a0e4
storage#a16a94
support.function#b5e4f4
string, constant.other.symbol, entity.other.inherited-class#01a252
constant.numeric#e8bbd0
none#e8bbd0
none#e8bbd0
constant#e8bbd0
entity.name.tag#db2d20
entity.other.attribute-name#e8bbd0
entity.other.attribute-name.id, punctuation.definition.entity#01a0e4
meta.selector#a16a94
none#e8bbd0
markup.heading punctuation.definition.heading, entity.name.section#01a0e4
keyword.other.unit#e8bbd0
markup.bold, punctuation.definition.bold#fded02bold
markup.italic, punctuation.definition.italic#a16a94italic
markup.raw.inline#01a252
string.other.link, punctuation.definition.string.end.markdown#db2d20
meta.link#e8bbd0
markup.list#db2d20
markup.quote#e8bbd0
meta.separator#a5a2a2
markup.inserted#01a252
markup.deleted#db2d20
markup.changed#a16a94
constant.other.color#b5e4f4
string.regexp#b5e4f4
constant.character.escape#b5e4f4
punctuation.section.embedded, variable.interpolation#a16a94
invalid.illegal#f7f7f7
invalid.broken#090300
invalid.deprecated#f7f7f7
invalid.unimplemented#f7f7f7

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme