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.

  • editor.background#1e1e1e
  • editor.findMatchBackground#1e1e1e
  • editor.findMatchHighlightBackground#1e1e1e
  • editor.findRangeHighlightBackground#1e1e1e
  • editor.focusedStackFrameHighlightBackground#1e1e1e
  • editor.foreground#1e1e1e
  • editor.hoverHighlightBackground#1e1e1e
  • editor.inactiveSelectionBackground#1e1e1e
  • editor.lineHighlightBorder#1e1e1e
  • editor.rangeHighlightBackground#1e1e1e
  • editor.selectionBackground#1e1e1e
  • editor.selectionHighlightBackground#1e1e1e
  • editor.snippetFinalTabstopHighlightBorder#1e1e1e
  • editor.snippetTabstopHighlightBackground#1e1e1e
  • editor.stackFrameHighlightBackground#1e1e1e
  • editor.wordHighlightBackground#1e1e1e
  • editor.wordHighlightStrongBackground#1e1e1e
  • editorBracketMatch.background#1e1e1e
  • editorBracketMatch.border#1e1e1e
  • editorCodeLens.foreground#1e1e1e
  • editorCursor.foreground#1e1e1e
  • editorError.foreground#1e1e1e
  • editorGroup.border#1e1e1e
  • editorGroup.dropBackground#1e1e1e
  • editorGroupHeader.noTabsBackground#1e1e1e
  • editorGroupHeader.tabsBackground#1e1e1e
  • editorGutter.addedBackground#1e1e1e
  • editorGutter.background#1e1e1e
  • editorGutter.commentRangeForeground#1e1e1e
  • editorGutter.deletedBackground#1e1e1e
  • editorGutter.modifiedBackground#1e1e1e
  • editorHint.foreground#1e1e1e
  • editorHoverWidget.background#1e1e1e
  • editorHoverWidget.border#1e1e1e
  • editorHoverWidget.statusBarBackground#1e1e1e
  • editorIndentGuide.activeBackground#1e1e1e
  • editorIndentGuide.background#1e1e1e
  • editorInfo.foreground#1e1e1e
  • editorLineNumber.activeForeground#1e1e1e
  • editorLineNumber.foreground#1e1e1e
  • editorLink.activeForeground#1e1e1e
  • editorMarkerNavigation.background#1e1e1e
  • editorMarkerNavigationError.background#1e1e1e
  • editorMarkerNavigationInfo.background#1e1e1e
  • editorMarkerNavigationWarning.background#1e1e1e
  • editorOverviewRuler.addedForeground#1e1e1e
  • editorOverviewRuler.border#1e1e1e
  • editorOverviewRuler.bracketMatchForeground#1e1e1e
  • editorOverviewRuler.commonContentForeground#1e1e1e
  • editorOverviewRuler.currentContentForeground#1e1e1e
  • editorOverviewRuler.deletedForeground#1e1e1e
  • editorOverviewRuler.errorForeground#1e1e1e
  • editorOverviewRuler.findMatchForeground#1e1e1e
  • editorOverviewRuler.incomingContentForeground#1e1e1e
  • editorOverviewRuler.infoForeground#1e1e1e
  • editorOverviewRuler.modifiedForeground#1e1e1e
  • editorOverviewRuler.rangeHighlightForeground#1e1e1e
  • editorOverviewRuler.selectionHighlightForeground#1e1e1e
  • editorOverviewRuler.warningForeground#1e1e1e
  • editorOverviewRuler.wordHighlightForeground#1e1e1e
  • editorOverviewRuler.wordHighlightStrongForeground#1e1e1e
  • editorPane.background#1e1e1e
  • editorRuler.foreground#1e1e1e
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.border#1e1e1e
  • editorSuggestWidget.foreground#1e1e1e
  • editorSuggestWidget.highlightForeground#1e1e1e
  • editorSuggestWidget.selectedBackground#1e1e1e
  • editorUnnecessaryCode.opacity#1e1e1e
  • editorWarning.foreground#1e1e1e
  • editorWhitespace.foreground#1e1e1e
  • editorWidget.background#1e1e1e
  • editorWidget.border#1e1e1e
  • editorWidget.foreground#1e1e1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#1e1e1e
emphasisitalic
strongbold
header#1e1e1e
comment#1e1e1e
constant.language#1e1e1e
constant.numeric#1e1e1e
constant.regexp#1e1e1e
entity.name.tag#1e1e1e
entity.name.tag.css#1e1e1e
entity.other.attribute-name#1e1e1e
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#1e1e1e
invalid#1e1e1e
markup.underlineunderline
markup.bold#1e1e1ebold
markup.heading#1e1e1ebold
markup.italicitalic
markup.inserted#1e1e1e
markup.deleted#1e1e1e
markup.changed#1e1e1e
punctuation.definition.quote.begin.markdown#1e1e1e
punctuation.definition.list.begin.markdown#1e1e1e
markup.inline.raw#1e1e1e
punctuation.definition.tag#1e1e1e
meta.preprocessor#1e1e1e
meta.preprocessor.string#1e1e1e
meta.preprocessor.numeric#1e1e1e
meta.structure.dictionary.key.python#1e1e1e
meta.diff.header#1e1e1e
storage#1e1e1e
storage.type#1e1e1e
storage.modifier#1e1e1e
string#1e1e1e
string.tag#1e1e1e
string.value#1e1e1e
string.regexp#1e1e1e
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#1e1e1e
meta.template.expression#1e1e1e
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#1e1e1e
keyword#1e1e1e
keyword.control#1e1e1e
keyword.operator#1e1e1e
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#1e1e1e
keyword.other.unit#1e1e1e
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#1e1e1e
support.function.git-rebase#1e1e1e
constant.sha.git-rebase#1e1e1e
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#1e1e1e
variable.language#1e1e1e
entity.name.function, support.function, support.constant.handlebars#1e1e1e
meta.return-type, support.class, support.type, entity.name.type, entity.name.namespace, entity.name.scope-resolution, 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#1e1e1e
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#1e1e1e
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator#1e1e1e
variable, meta.definition.variable.name, support.variable, entity.name.variable#1e1e1e
meta.object-literal.key#1e1e1e
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#1e1e1e
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#1e1e1e
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#1e1e1e
keyword.operator.or.regexp, keyword.control.anchor.regexp#1e1e1e
keyword.operator.quantifier.regexp#1e1e1e
constant.character#1e1e1e
constant.character.escape#1e1e1e
token.info-token#1e1e1e
token.warn-token#1e1e1e
token.error-token#1e1e1e
token.debug-token#1e1e1e
#1e1e1e
storage.modifier#1e1e1e
string#1e1e1e
string.tag#1e1e1e
string.value#1e1e1e
string.regexp#1e1e1e
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#1e1e1e
meta.template.expression#1e1e1e
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#1e1e1e
keyword#1e1e1e
keyword.control#1e1e1e
keyword.operator#1e1e1e
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#1e1e1e
keyword.other.unit#1e1e1e
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#1e1e1e
support.function.git-rebase#1e1e1e
constant.sha.git-rebase#1e1e1e
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#1e1e1e
variable.language#1e1e1e
entity.name.function, support.function, support.constant.handlebars#1e1e1e
meta.return-type, support.class, support.type, entity.name.type, entity.name.namespace, entity.name.scope-resolution, 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#1e1e1e
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#1e1e1e
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator#1e1e1e
variable, meta.definition.variable.name, support.variable, entity.name.variable#1e1e1e
meta.object-literal.key#1e1e1e
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#1e1e1e
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#1e1e1e
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#1e1e1e
keyword.operator.or.regexp, keyword.control.anchor.regexp#1e1e1e
keyword.operator.quantifier.regexp#1e1e1e
constant.character#1e1e1e
constant.character.escape#1e1e1e
token.info-token#1e1e1e
token.warn-token#1e1e1e
token.error-token#1e1e1e
token.debug-token#1e1e1e

Shiki preview

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

Loading...

Donut Lord Nuke - Coding Theme