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.

  • activityBar.background#007acc
  • editor.background#eff1f5
  • editor.foreground#4f5b66
  • editor.selectionBackground#dfe1e8
  • editorCursor.foreground#4f5b66
  • editorLineHighlight#a7adba30
  • editorWhitespace.foreground#dfe1e8
  • sideBar.background#e8ebf2
  • widget.shadow#dfe1e8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#4f5b66
variable.parameter.function#4f5b66
comment, punctuation.definition.comment#a7adba
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#4f5b66
none#4f5b66
keyword.operator#4f5b66
keyword#b48ead
variable#bf616a
entity.name.function, meta.require, support.function.any-method#8fa1b3
support.class, entity.name.type.class#d08770
meta.entity.new.name.expr#d08770
keyword.other.special-method#8fa1b3
storage#b48ead
support.function#96b5b4
string, constant.other.symbol, entity.other.inherited-class#a3be8c
constant.numeric#d08770
none#d08770
none#d08770
constant#d08770
entity.name.tag#bf616a
entity.other.attribute-name#d08770
entity.other.attribute-name.id, punctuation.definition.entity#8fa1b3
meta.selector#b48ead
none#d08770
markup.heading punctuation.definition.heading, entity.name.section#8fa1b3
keyword.other.unit#d08770
markup.bold, punctuation.definition.bold#d08770bold
markup.italic, punctuation.definition.italic#b48eaditalic
markup.raw.inline#a3be8c
string.other.link#bf616a
meta.link#d08770
markup.list#bf616a
markup.quote#d08770
meta.separator#4f5b66
markup.inserted, markup.inserted.git_gutter#a3be8c
markup.deleted, markup.deleted.git_gutter#bf616a
markup.changed, markup.changed.git_gutter#b48ead
markup.ignored, markup.ignored.git_gutter#c0c5ce
markup.untracked, markup.untracked.git_gutter#c0c5ce
constant.other.color#96b5b4
string.regexp#96b5b4
constant.character.escape#96b5b4
punctuation.section.embedded, variable.interpolation#ab7967
invalid.illegal#000000
markup.deleted.git_gutter#F92672
markup.inserted.git_gutter#A6E22E
markup.changed.git_gutter#967EFB
markup.ignored.git_gutter#565656
markup.untracked.git_gutter#565656

Shiki preview

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

Loading...