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#212836
  • activityBar.foreground#d1d5df
  • activityBarBadge.background#528BFF
  • activityBarBadge.foreground#d1d5df
  • badge.background#528BFF
  • badge.foreground#d1d5df
  • breadcrumb.background#212836
  • button.background#4D78CC
  • button.foreground#FFFFFF
  • button.hoverBackground#6087CF
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#43484D
  • dropdown.border#181A1F
  • editor.background#1D232F
  • editor.findMatchHighlightBackground#528BFF3D
  • editor.foreground#ABB2BF
  • editor.lineHighlightBackground#2C313A0A
  • editor.selectionBackground#3E4451
  • editorCursor.foreground#528BFF
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#1b212c
  • editorHoverWidget.background#1b212c
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.activeBackground1#626772
  • editorIndentGuide.background1#ABB2BF26
  • editorInlayHint.background#2C313A
  • editorInlayHint.foreground#636e83
  • editorLineNumber.activeForeground#ABB2BF
  • editorLineNumber.foreground#636D83
  • editorRuler.foreground#ABB2BF26
  • editorSuggestWidget.background#1b212c
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2C313A
  • editorWhitespace.foreground#ABB2BF26
  • editorWidget.background#1b212c
  • editorWidget.border#3A3F4B
  • extensionButton.prominentBackground#2BA143
  • extensionButton.prominentHoverBackground#37AF4E
  • focusBorder#528BFF
  • input.background#1D232F
  • input.border#181A1F
  • list.activeSelectionBackground#2C313A
  • list.activeSelectionForeground#d1d5df
  • list.focusBackground#2C313A
  • list.focusForeground#d1d5df
  • list.highlightForeground#d1d5df
  • list.hoverBackground#2C313A66
  • list.inactiveSelectionBackground#2C313A
  • list.inactiveSelectionForeground#d1d5df
  • notebook.cellEditorBackground#2C313A
  • peekView.border#528BFF
  • peekViewEditor.background#1D232F
  • peekViewEditorGutter.background#1D232F
  • peekViewResult.background#1b212c
  • peekViewResult.selectionBackground#2C313A
  • peekViewTitle.background#1D232F
  • pickerGroup.border#528BFF
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#1b212c
  • sideBarSectionHeader.background#212836
  • statusBar.background#1b212c
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#9DA5B4
  • statusBar.noFolderBackground#1b212c
  • statusBarItem.hoverBackground#2C313A
  • tab.activeBackground#212836
  • tab.activeForeground#d1d5df
  • tab.border#181A1F
  • tab.inactiveBackground#1b212c
  • titleBar.activeBackground#1b212c
  • titleBar.activeForeground#9DA5B4
  • titleBar.inactiveBackground#1b212c
  • titleBar.inactiveForeground#9DA5B4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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

Shiki preview

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

Loading...

One Dark Plus Theme - Coding Theme