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.activeBackground#2e3036
  • activityBar.activeBorder#5d63cd
  • activityBar.activeFocusBorder#2a2b31
  • activityBar.background#2a2b31
  • activityBar.dropBackground#4d5263
  • activityBar.foreground#f9f9fa
  • activityBar.inactiveForeground#a2a3ad
  • activityBarBadge.background#6068ce
  • activityBarBadge.foreground#e9eaf8
  • badge.background#6068ce
  • badge.foreground#e9eaf8
  • button.background#6068ce
  • button.foreground#e9eaf8
  • button.hoverBackground#6a6ff4
  • checkbox.background#393c47
  • checkbox.border#111111
  • checkbox.foreground#6a6ff4
  • descriptionForeground#a2a3ad
  • dropdown.background#262837
  • dropdown.foreground#a2a3ad
  • dropdown.listBackground#262837
  • editor.background#2a2b31
  • editor.findMatchBackground#5d63cd
  • editor.findMatchHighlightBackground#3b3d67
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#414452
  • editor.inactiveSelectionBackground#414452
  • editor.lineHighlightBackground#31343f
  • editor.selectionBackground#414452
  • editor.selectionHighlightBackground#414452
  • editorCursor.foreground#6068ce
  • editorError.foreground#ff4e3e
  • editorGroup.border#111111
  • editorGroup.emptyBackground#2e3036
  • editorGroupHeader.tabsBackground#2e3036
  • editorGroupHeader.tabsBorder#2a2b31
  • editorLineNumber.foreground#4e5264
  • editorWarning.foreground#ddc28e
  • editorWidget.background#2e3036
  • editorWidget.border#2a2b31
  • errorForeground#ff4e3e
  • focusBorder#6a6ff4
  • foreground#a2a3ad
  • icon.foreground#a2a3ad
  • input.background#262837
  • input.foreground#e9eaf8
  • input.placeholderForeground#6d7181
  • inputOption.activeBackground#3e3f4d
  • inputOption.activeBorder#3e3f4d
  • inputValidation.errorBackground#2e3036
  • inputValidation.errorBorder#111111
  • inputValidation.errorForeground#ff4e3e
  • inputValidation.infoBackground#2e3036
  • inputValidation.infoBorder#111111
  • inputValidation.infoForeground#73c991
  • inputValidation.warningBackground#2e3036
  • inputValidation.warningBorder#111111
  • inputValidation.warningForeground#ddc28e
  • list.activeSelectionBackground#5d63cd
  • list.activeSelectionForeground#f9f9fa
  • list.dropBackground#5d63cd
  • list.errorForeground#ff4e3e
  • list.filterMatchBackground#3b3d67
  • list.focusBackground#3e3f4d
  • list.focusForeground#a2a3ad
  • list.highlightForeground#f9f9fa
  • list.hoverBackground#2a2b31
  • list.hoverForeground#f9f9fa
  • list.inactiveFocusBackground#3e3f4d
  • list.inactiveSelectionBackground#3e3f4d
  • list.inactiveSelectionForeground#f9f9fa
  • list.invalidItemForeground#ff4e3e
  • list.warningForeground#ddc28e
  • notifications.background#2e3036
  • panel.background#2e3036
  • panel.border#2a2b31
  • scrollbar.shadow#2e3036
  • scrollbarSlider.activeBackground#4d5263
  • scrollbarSlider.background#414452
  • scrollbarSlider.hoverBackground#4d5263
  • selection.background#414452
  • sideBar.background#2e3036
  • sideBar.dropBackground#4d5263
  • sideBar.foreground#a2a3ad
  • sideBarSectionHeader.background#262837
  • sideBarSectionHeader.foreground#a2a3ad
  • sideBarTitle.foreground#a2a3ad
  • statusBar.background#6068ce
  • statusBar.border#2a2b31
  • statusBar.foreground#000000
  • statusBarItem.hoverBackground#6a6ff4
  • tab.activeBackground#2a2b31
  • tab.activeBorderTop#6068ce
  • tab.activeForeground#f9f9fa
  • tab.border#2a2b31
  • tab.inactiveBackground#2e3036
  • textBlockQuote.background#414452
  • textBlockQuote.border#5d63cd
  • textLink.activeForeground#6a6ff4
  • textLink.foreground#6068ce
  • textPreformat.foreground#ddc28e
  • tree.indentGuidesStroke#2e3036
  • widget.shadow#2e3036

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#767e8fitalic
comment markup.link#767e8f
entity.name.type#ffd54b
entity.other.inherited-class#77ff51
keyword#ec20ffbold
keyword.control#ec20ffbold
keyword.operator#ffffff
keyword.other.special-method#4bb7c2
keyword.other.unit#ffd54b
storage#ec20ffbold
storage.type.annotation, storage.type.primitive#ec20ff
storage.modifier.package, storage.modifier.import#ffffff
constant#ffd54bbold
constant.variable#ffd54b
constant.character.escape#62cffd
constant.numeric#ffd54b
constant.other.color#62cffd
constant.other.symbol#62cffd
variable#fa3452
variable.interpolation#ec20ff
variable.parameter#ffffff
string#77ff51
string.regexp#62cffd
string.regexp source.ruby.embedded#ffd54b
string.other.link#fa3452
punctuation.definition.comment#767e8f
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#ffffff
punctuation.definition.heading, punctuation.definition.identity#4bb7c2
punctuation.definition.bold#ffd54bbold
punctuation.definition.italic#ec20ffitalic
punctuation.section.embedded#ec20ff
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#ffffff
support.class#ffd54b
support.type#62cffd
support.function#62cffd
support.function.any-method#4bb7c2
entity.name.function#4bb7c2
entity.name.class, entity.name.type.class#ffd54b
entity.name.section#4bb7c2
entity.name.tag#fa3452
entity.other.attribute-name#ffd54b
entity.other.attribute-name.id#4bb7c2
meta.class#ffd54b
meta.class.body#ffffff
meta.method-call, meta.method#ffffff
meta.definition.variable#fa3452
meta.link#ffd54b
meta.require#4bb7c2
meta.selector#ec20ff
meta.separator#ffffff
meta.tag#ffffff
underline
none#ffffff
invalid.deprecated#523D14
invalid.illegal#a2a3ad
markup.bold#ffd54bbold
markup.changed#ec20ff
markup.deleted#fa3452
markup.italic#ec20ffitalic
markup.heading#fa3452
markup.heading punctuation.definition.heading#4bb7c2
markup.link#ec20ff
markup.inserted#77ff51
markup.quote#ffd54b
markup.raw#77ff51
source.c keyword.operator#ec20ff
source.cpp keyword.operator#ec20ff
source.cs keyword.operator#ec20ff
source.css property-name, source.css property-value#828997
source.css property-name.support, source.css property-value.support#ffffff
source.gfm markup
source.gfm link entity#4bb7c2
source.go storage.type.string#ec20ff
source.ini keyword.other.definition.ini#fa3452
source.java storage.modifier.import#ffd54b
source.java storage.type#ffd54b
source.java keyword.operator.instanceof#ec20ff
source.java-properties meta.key-pair#fa3452
source.java-properties meta.key-pair > punctuation#ffffff
source.js keyword.operator#62cffd
source.js keyword.operator.delete, source.js keyword.operator.in, source.js keyword.operator.of, source.js keyword.operator.instanceof, source.js keyword.operator.new, source.js keyword.operator.typeof, source.js keyword.operator.void#ec20ff
source.json meta.structure.dictionary.json > string.quoted.json#fa3452
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#fa3452
source.json meta.structure.dictionary.json > value.json > string.quoted.json, source.json meta.structure.array.json > value.json > string.quoted.json, source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation, source.json meta.structure.array.json > value.json > string.quoted.json > punctuation#77ff51
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#62cffd
source.ruby constant.other.symbol > punctuationinherit
source.python keyword.operator.logical.python#ec20ff
source.python variable.parameter#ffd54b
meta.attribute.rust#ffffff
storage.modifier.lifetime.rust, entity.name.lifetime.rust#33E8EC
keyword.unsafe.rust#CC6B73
customrule#ffffff
support.type.property-name#ffffff
string.quoted.double punctuation#77ff51
support.constant#ffd54b
support.type.property-name.json#fa3452
support.type.property-name.json punctuation#fa3452
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#62cffd
source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator#62cffd
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#ffffff
support.variable.dom.js, support.variable.dom.ts#fa3452
support.variable.property.dom.js, support.variable.property.dom.ts#fa3452
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#ec20ff
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#ffffff
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#ffffff
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#ffffff
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#fa3452
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#fa3452
keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx#ec20ff
keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx#ec20ff
meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx#ffffff
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#ffffff
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#ffffff
meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx#ffd54b
source.js support.variable, source.ts support.variable, source.tsx support.variable#fa3452
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#ffd54b
keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx#ec20ff
source.ts keyword.operator, source.tsx keyword.operator#62cffd
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #ffffff
constant.language.import-export-all.js, constant.language.import-export-all.ts#fa3452
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#62cffd
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#ffffff
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#fa3452
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#ffd54b
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#fa3452
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#77ff51
source.js meta.import-equals.external.js keyword.operator, source.jsx meta.import-equals.external.jsx keyword.operator, source.ts meta.import-equals.external.ts keyword.operator, source.tsx meta.import-equals.external.tsx keyword.operator#ffffff
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#77ff51
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#ffffff
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#ffffff
meta.type.parameters.js support.type, meta.type.parameters.jsx support.type, meta.type.parameters.ts support.type, meta.type.parameters.tsx support.type#ffffff
source.js meta.tag.js keyword.operator, source.jsx meta.tag.jsx keyword.operator, source.ts meta.tag.ts keyword.operator, source.tsx meta.tag.tsx keyword.operator#ffffff
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#ffffff
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#ffd54b
support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx#fa3452
constant.language.json#62cffd
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#ffd54b
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#62cffd
meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition#77ff51
meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template#77ff51
keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx#ec20ff
source.python constant.other#ffffff
source.python constant#ffd54b
constant.character.format.placeholder.other.python storage#ffd54b
support.variable.magic.python#fa3452
meta.function.parameters.python#ffd54b
punctuation.separator.annotation.python#ffffff
punctuation.separator.parameters.python#ffffff
entity.name.variable.field.cs#fa3452
source.cs keyword.operator#ffffff
variable.other.readwrite.cs#ffffff
variable.other.object.cs#ffffff
variable.other.object.property.cs#ffffff
entity.name.variable.property.cs#4bb7c2
storage.type.cs#ffd54b
keyword.other.unsafe.rust#fa3452
markup.raw.block.markdown#ffffff
punctuation.definition.variable.shell#fa3452
support.constant.property-value.css#ffffff
punctuation.definition.constant.css#ffd54b
punctuation.separator.key-value.scss#fa3452
punctuation.definition.constant.scss#ffd54b
meta.property-list.scss punctuation.separator.key-value.scss#ffffff
storage.type.primitive.array.java#ffd54b
entity.name.section.markdown#fa3452bold
punctuation.definition.heading.markdown#fa3452
markup.heading.setext#ffffff
punctuation.definition.bold.markdown#ffd54b
markup.inline.raw.markdown#77ff51
beginning.punctuation.definition.list.markdown#fa3452
markup.quote.markdown#767e8fitalic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#ffffff
punctuation.definition.metadata.markdown#ec20ff
markup.underline.link.markdown, markup.underline.link.image.markdown#ec20ff
string.other.link.title.markdown, string.other.link.description.markdown#4bb7c2
punctuation.separator.variable.ruby#fa3452
variable.other.constant.ruby#ffd54b
keyword.operator.other.ruby#77ff51
punctuation.definition.variable.php#fa3452
meta.class.php#ffffff

Shiki preview

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

Loading...

One Dark Vibrant by Mordrag - VS Code Theme