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#D8D8F0
  • activityBar.foreground#484878
  • activityBarBadge.background#6B6F95
  • activityBarBadge.foreground#EEEEFF
  • badge.background#6B6F95
  • badge.foreground#EEEEFF
  • button.background#A890A8
  • button.foreground#FFFFFF
  • button.hoverBackground#C0A8C0
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#354538
  • dropdown.border#181A1F
  • editor.background#EEEEFF
  • editor.findMatchHighlightBackground#c28cff
  • editor.foreground#484878
  • editor.lineHighlightBackground#99bbff8a
  • editor.selectionBackground#c28cff88
  • editorCursor.foreground#4e286b
  • editorGroup.background#E6E6FF
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#E6E6FF
  • editorHoverWidget.background#E6E6FF
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.activeBackground#626772
  • editorIndentGuide.background#AE9ACB
  • editorInlayHint.background#353a2c
  • editorInlayHint.foreground#636e83
  • editorLineNumber.activeForeground#c28cff
  • editorLineNumber.foreground#6c5d82
  • editorRuler.foreground#d7e7ff
  • editorSuggestWidget.background#E6E6FF
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#EEEEFF
  • editorWhitespace.foreground#d7e7ff
  • editorWidget.background#E6E6FF
  • editorWidget.border#3A3F4B
  • extensionButton.prominentBackground#2BA143
  • extensionButton.prominentHoverBackground#37AF4E
  • focusBorder#6B6F95
  • input.background#D8D8F0
  • input.border#181A1F
  • list.activeSelectionBackground#EEEEFF
  • list.activeSelectionForeground#484878
  • list.focusBackground#EEEEFF
  • list.highlightForeground#EEEEFF
  • list.hoverBackground#EEEEFF66
  • list.inactiveSelectionBackground#EEEEFF
  • list.inactiveSelectionForeground#484878
  • notebook.cellEditorBackground#EEEEFF
  • notification.background#E6E6FF
  • peekView.border#6B6F95
  • peekViewEditor.background#D8D8F0
  • peekViewResult.background#E6E6FF
  • peekViewResult.selectionBackground#EEEEFF
  • peekViewTitle.background#D8D8F0
  • pickerGroup.border#6B6F95
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#E6E6FF
  • sideBarSectionHeader.background#D8D8F0
  • statusBar.background#E6E6FF
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#9DA5B4
  • statusBar.noFolderBackground#E6E6FF
  • statusBarItem.hoverBackground#EEEEFF
  • tab.activeBackground#EEEEFF
  • tab.activeForeground#484878
  • tab.border#484878
  • tab.inactiveBackground#E6E6FF
  • titleBar.activeBackground#E6E6FF
  • titleBar.activeForeground#9DA5B4
  • titleBar.inactiveBackground#E6E6FF
  • titleBar.inactiveForeground#9DA5B4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A890A8italic
comment markup.link#A890A8
entity.name.type#6B6F95
entity.other.inherited-class#6B6F95
keyword#B252A4
keyword.control#B252A4
keyword.operator#B252A4
keyword.other.special-method#406C4F
keyword.other.unit#7D627E
storage#B252A4
storage.type.annotation, storage.type.primitive#B252A4
storage.modifier.package, storage.modifier.import#484878
constant#7D627E
constant.variable#7D627E
constant.character.escape#57608C
constant.numeric#7D627E
constant.other.color#57608C
constant.other.symbol#57608C
variable#A890A8
variable.interpolation#A890A8
variable.parameter#484878
string#5267B2
string > source, string embedded#484878
string.regexp#57608C
string.regexp source.ruby.embedded#6B6F95
string.other.link#A890A8
punctuation.definition.comment#A890A8
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#484878
punctuation.definition.heading, punctuation.definition.identity#406C4F
punctuation.definition.bold#6B6F95bold
punctuation.definition.italic#B252A4italic
punctuation.section.embedded#A890A8
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#484878
support.class#6B6F95
support.type#57608C
support.function#57608C
support.function.any-method#406C4F
entity.name.function#406C4F
entity.name.class, entity.name.type.class#6B6F95
entity.name.section#406C4F
entity.name.tag#A890A8
entity.other.attribute-name#7D627E
entity.other.attribute-name.id#406C4F
meta.class#6B6F95
meta.class.body#484878
meta.method-call, meta.method#484878
meta.definition.variable#A890A8
meta.link#7D627E
meta.require#406C4F
meta.selector#B252A4
meta.separator#484878
meta.tag#484878
underline
none#484878
invalid.deprecated#523D14
invalid.illegal#ffffff
markup.bold#7D627Ebold
markup.changed#B252A4
markup.deleted#A890A8
markup.italic#B252A4italic
markup.heading#A890A8
markup.heading punctuation.definition.heading#406C4F
markup.link#57608C
markup.inserted#5267B2
markup.quote#7D627E
markup.raw#5267B2
source.c keyword.operator#B252A4
source.cpp keyword.operator#B252A4
source.cs keyword.operator#B252A4
source.css property-name, source.css property-value#828997
source.css property-name.support, source.css property-value.support#484878
source.elixir source.embedded.source#484878
source.elixir constant.language, source.elixir constant.numeric, source.elixir constant.definition#406C4F
source.elixir variable.definition, source.elixir variable.anonymous#B252A4
source.elixir parameter.variable.function#7D627Eitalic
source.elixir quoted#5267B2
source.elixir keyword.special-method, source.elixir embedded.section, source.elixir embedded.source.empty#A890A8
source.elixir readwrite.module punctuation#A890A8
source.elixir regexp.section, source.elixir regexp.string#A890A8
source.elixir separator, source.elixir keyword.operator#7D627E
source.elixir variable.constant#6B6F95
source.elixir array, source.elixir scope, source.elixir section#828997
source.gfm markup
source.gfm link entity#406C4F
source.go storage.type.string#B252A4
source.ini keyword.other.definition.ini#A890A8
source.java storage.modifier.import#6B6F95
source.java storage.type#6B6F95
source.java keyword.operator.instanceof#B252A4
source.java-properties meta.key-pair#A890A8
source.java-properties meta.key-pair > punctuation#484878
source.js keyword.operator#57608C
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#B252A4
source.ts keyword.operator#57608C
source.flow keyword.operator#57608C
source.json meta.structure.dictionary.json > string.quoted.json#A890A8
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#A890A8
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#5267B2
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#57608C
ng.interpolation#A890A8
ng.interpolation.begin, ng.interpolation.end#406C4F
ng.interpolation function#A890A8
ng.interpolation function.begin, ng.interpolation function.end#406C4F
ng.interpolation bool#7D627E
ng.interpolation bracket#484878
ng.pipe, ng.operator#484878
ng.tag#57608C
ng.attribute-with-value attribute-name#6B6F95
ng.attribute-with-value string#B252A4
ng.attribute-with-value string.begin, ng.attribute-with-value string.end#484878
source.ruby constant.other.symbol > punctuationinherit
source.php class.bracket#484878
source.python keyword.operator.logical.python#B252A4
source.python variable.parameter#7D627E
customrule#484878
support.type.property-name#484878
string.quoted.double punctuation#5267B2
support.constant#7D627E
support.type.property-name.json#A890A8
support.type.property-name.json punctuation#A890A8
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#57608C
source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator#57608C
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#484878
support.variable.dom.js, support.variable.dom.ts#A890A8
support.variable.property.dom.js, support.variable.property.dom.ts#A890A8
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#A890A8
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#484878
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#484878
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#484878
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#A890A8
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#A890A8
keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx#B252A4
keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx#B252A4
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#484878
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#484878
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#484878
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#7D627E
source.js support.variable, source.ts support.variable, source.tsx support.variable#A890A8
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#7D627E
keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx#B252A4
source.ts keyword.operator, source.tsx keyword.operator#57608C
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #484878
constant.language.import-export-all.js, constant.language.import-export-all.ts#A890A8
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#57608C
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#484878
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#A890A8
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#7D627E
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#A890A8
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#5267B2
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#484878
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#5267B2
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#484878
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#484878
meta.type.parameters.js support.type, meta.type.parameters.jsx support.type, meta.type.parameters.ts support.type, meta.type.parameters.tsx support.type#484878
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#484878
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#484878
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#6B6F95
support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx#A890A8
constant.language.json#57608C
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#7D627E
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#57608C
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#5267B2
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#5267B2
keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx#B252A4
variable.other.object.js, variable.other.object.ts#484878
meta.object-literal.key.js, meta.object-literal.key.ts#A890A8
source.python constant.other#484878
source.python constant#7D627E
constant.character.format.placeholder.other.python storage#7D627E
support.variable.magic.python#A890A8
meta.function.parameters.python#7D627E
punctuation.separator.annotation.python#484878
punctuation.separator.parameters.python#484878
entity.name.variable.field.cs#A890A8
source.cs keyword.operator#484878
variable.other.readwrite.cs#484878
variable.other.object.cs#484878
variable.other.object.property.cs#484878
entity.name.variable.property.cs#406C4F
storage.type.cs#6B6F95
keyword.other.unsafe.rust#B252A4
entity.name.type.rust#57608C
storage.modifier.lifetime.rust#484878
entity.name.lifetime.rust#7D627E
storage.type.core.rust#57608C
meta.attribute.rust#7D627E
storage.class.std.rust#57608C
markup.raw.block.markdown#484878
punctuation.definition.variable.shell#A890A8
support.constant.property-value.css#484878
punctuation.definition.constant.css#7D627E
punctuation.separator.key-value.scss#A890A8
punctuation.definition.constant.scss#7D627E
meta.property-list.scss punctuation.separator.key-value.scss#484878
storage.type.primitive.array.java#6B6F95
entity.name.section.markdown#A890A8
punctuation.definition.heading.markdown#A890A8
markup.heading.setext#484878
punctuation.definition.bold.markdown#7D627E
markup.inline.raw.markdown#5267B2
beginning.punctuation.definition.list.markdown#A890A8
markup.quote.markdown#A890A8italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#484878
punctuation.definition.metadata.markdown#B252A4
markup.underline.link.markdown, markup.underline.link.image.markdown#B252A4
string.other.link.title.markdown, string.other.link.description.markdown#406C4F
punctuation.separator.variable.ruby#A890A8
variable.other.constant.ruby#7D627E
keyword.operator.other.ruby#5267B2
punctuation.definition.variable.php#A890A8
meta.class.php#484878

Shiki preview

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

Loading...

God Is A Woman Light by Vikang - VS Code Theme