Skip to main content
Coding Theme

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#212121
  • badge.background#00000050
  • button.background#3e3e3e
  • dropdown.background#212121
  • dropdown.border#aaaaaa10
  • editor.background#212121
  • editor.findMatchHighlightBackground#cb356a55
  • editor.foreground#eeffff
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#61616150
  • editor.selectionHighlightBackground#80d8ff30
  • editorIndentGuide.background#3e3e3e
  • editorWidget.background#212121
  • extensionButton.prominentBackground#1565C0
  • extensionButton.prominentHoverBackground#1565C080
  • input.background#aaaaaa10
  • input.border#ffffff10
  • input.foreground#eeffff
  • list.hoverBackground#303030
  • list.hoverForeground#80D8FF
  • list.inactiveSelectionBackground#ffffff10
  • panel.border#303030
  • scrollbarSlider.activeBackground#61616170
  • scrollbarSlider.background#00000050
  • scrollbarSlider.hoverBackground#00000075
  • sideBar.background#212121
  • sideBar.foreground#eeeeee
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#212121
  • tab.activeBackground#212121
  • tab.inactiveBackground#212121
  • tab.inactiveForeground#848484
  • tab.unfocusedActiveForeground#EEFFFF
  • widget.shadow#00000010

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4e4e4eitalic
variable, string constant.other.placeholder#eeffff
constant.other.color#ffffff
invalid, invalid.illegal, invalid.broken#ffffff
invalid.deprecated#ffffff
keyword, storage.type, storage.modifier#C992EA
keyword.operator, 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#80D8FF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f57373
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level#82AAFF
source.cpp meta.block variable.other#f57373
variable.other.constant#f57373
support.other.variable, string.other.link#f57373
constant.numeric, constant.language, support.constant, constant.character, constant.escape, 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#C3E88Dnormal
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#FFCB6B
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF4081
variable.language#FF4081italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C992EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6B
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF4081
markup.changed#C992EA
string.regexp#80D8FF
constant.character.escape#80D8FF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF4081italic
source.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
text.html.markdown, punctuation.definition.list_item.markdown#eeeeee
text.html.markdown markup.inline.raw.markdown#C992EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
text.html.markdown meta.dummy.line-break
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f57373italic
markup.bold, markup.bold string#f57373bold
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#f57373bold
markup.underline#F78C6Cunderline
markup.strike#C17E70strike
markup.quote punctuation.definition.blockquote.markdown#65737Eitalic
markup.quote#80D8FFitalic
string.other.link.title.markdown#82AAFFunderline
string.other.link.description.title.markdown#C992EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C992EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#eeeeee
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#FF5370

Shiki preview

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

Loading...

Material Dark - Coding Theme