Skip to main content
CodingTheme

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#202830
  • activityBar.border#ffffff10
  • activityBarBadge.background#009999
  • debugToolBar.background#202830
  • dropdown.background#202830
  • editor.background#182028
  • editor.findMatchBackground#ffffff10
  • editor.findMatchHighlightBackground#ffffff20
  • editor.findRangeHighlightBackground#ffffff30
  • editor.foreground#CCCCCC
  • editor.hoverHighlightBackground#ffffff40
  • editor.lineHighlightBackground#ffffff08
  • editor.rangeHighlightBackground#ffffff40
  • editor.selectionBackground#ffffff20
  • editor.selectionHighlightBackground#ffffff30
  • editor.wordHighlightBackground#ffffff30
  • editor.wordHighlightStrongBackground#ffffff40
  • editorBracketMatch.background#ffffff10
  • editorGroupHeader.tabsBackground#202830
  • editorGroupHeader.tabsBorder#ffffff10
  • editorIndentGuide.activeBackground#ffffff20
  • editorIndentGuide.background#ffffff10
  • editorLineNumber.activeForeground#CCCCCC
  • editorLineNumber.foreground#556677
  • editorWidget.background#202830
  • input.background#202830
  • list.activeSelectionBackground#009999
  • list.hoverBackground#303840
  • list.inactiveSelectionBackground#303840
  • menu.background#182028
  • notificationLink.foreground#00CCCC
  • sideBar.background#182028
  • sideBar.border#ffffff10
  • sideBarSectionHeader.background#202830
  • sideBarSectionHeader.border#ffffff10
  • statusBar.background#202830
  • statusBar.border#ffffff10
  • statusBar.debuggingBackground#009999
  • tab.activeBackground#182028
  • tab.activeBorder#009999
  • tab.border#ffffff10
  • tab.inactiveBackground#202830
  • textLink.activeForeground#009999
  • textLink.foreground#00CCCC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#CCCCCC
emphasisitalic
strongbold
header#000080
comment#556677
constant.language#7799B7
constant.numeric#CCAA88
constant.regexp#CCAA88
entity.name.tag#7799B7
entity.name.tag.css#7799B7
entity.other.attribute-name#AA88AA
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#7799B7
invalid#FF3333
markup.underlineunderline
markup.bold#7799B7bold
markup.heading#7799B7bold
markup.italicitalic
markup.inserted#CCAA88
markup.deleted#CCAA88
markup.changed#7799B7
beginning.punctuation.definition.quote.markdown#556677
beginning.punctuation.definition.list.markdown#66CC99
markup.inline.raw#CCAA88
meta.selector#AA88AA
punctuation.definition.tag#CCCCCC
meta.preprocessor#7799B7
meta.preprocessor.string#CCAA88
meta.preprocessor.numeric#CCAA88
meta.structure.dictionary.key.python#AA88AA
meta.diff.header#7799B7
storage#7799B7
storage.type#7799B7
storage.modifier#7799B7
string#CCAA88
string.tag#CCAA88
string.value#CCAA88
string.regexp#CCAA88
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#7799B7
meta.template.expression#CCCCCC
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#AA88AA
keyword#7799B7
keyword.control#7799B7
keyword.operator#CCCCCC
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#7799B7
keyword.other.unit#CCAA88
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#7799B7
support.function.git-rebase#AA88AA
constant.sha.git-rebase#CCAA88
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#CCCCCC
variable.language#7799B7
entity.name.function, support.function, support.constant.handlebars#AA88AA
meta.return-type, support.class, support.type, entity.name.type, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#88AA88
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#88AA88
keyword.control#7799B7
variable, meta.definition.variable.name, support.variable, entity.name.variable#AA88AA
meta.object-literal.key#AA88AA
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#CCAA88
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#CCAA88
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#CCAA88
keyword.operator.or.regexp, keyword.control.anchor.regexp#CCAA88
keyword.operator.quantifier.regexp#CCAA88
constant.character#7799B7
constant.character.escape#CCAA88
token.info-token#66CC99
token.warn-token#FF3333
token.error-token#FF3333
token.debug-token#CC66CC
variable#CCCCCC
entity.name.variable#CCCCCC

Shiki preview

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

Loading...