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.activeBorder#338247
  • activityBar.background#1c1c1c
  • activityBarBadge.background#2e5e4d
  • activityBarBadge.foreground#fff
  • button.background#338247
  • editor.background#1f1f1f
  • editor.foreground#eeffff
  • editor.selectionBackground#1f4035
  • editorLineNumber.activeForeground#88aa94
  • editorLineNumber.foreground#4d4d4d
  • focusBorder#235c31
  • list.activeSelectionBackground#235c31
  • minimap.selectionHighlight#235c31
  • sideBar.background#212121
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#1f4035

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#526653italic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal#9fe6bc
keyword, storage.type, keyword.other.new, keyword.other.var, storage.modifier, keyword.other.class#8aff80
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#8AFF80
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#fdafda
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ffe180
meta.import variable.other.readwrite, meta.variable.assignment.destructured.object.coffee variable#EEFFFF
meta.block variable.other#fdafda
support.other.variable, string.other.link#fdafda
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, entity.name.variable.parameter, keyword.other.unit, keyword.other#F78C6C
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#bbd690
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#80ffdc
support.type, entity.name.type#80FFD7
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#80FFD7
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#9fe6bc
variable.language#9fe6bcitalic
entity.name.method.js#ffe180italic
meta.class-method.js entity.name.function.js, variable.function.constructor#ffe180
entity.other.attribute-name#8aff80
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#80ffdcitalic
entity.other.attribute-name.class#80ffdc
source.sass keyword.control#ffe180
markup.inserted#bbd690
markup.deleted#9fe6bc
markup.changed#8aff80
string.regexp#80ffd7
constant.character.escape#80ffd7
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#ffe180italic
source.js constant.other.object.key.js string.unquoted.label.js#9fe6bcitalic
source.json meta.structure.dictionary.json support.type.property-name.json#8aff80
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#8aff80
text.html.markdown, punctuation.definition.list_item.markdown, meta.jsx.children#EEFFFF
text.html.markdown markup.inline.raw.markdown#8aff80
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#bbd690
markup.italic#fdafdaitalic
markup.bold, markup.bold string#fdafdabold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#fdafdabold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#ffe180
string.other.link.description.title.markdown#8aff80
constant.other.reference.link.markdown#80ffdc
markup.raw.block#8aff80
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF

Shiki preview

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

Loading...