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#111115
  • activityBar.border#242424
  • activityBarBadge.background#343434
  • button.background#0971f1
  • button.foreground#FFFFFF
  • contrastBorder#242424
  • dropdown.background#111115
  • dropdown.border#242424
  • dropdown.foreground#FFFFFF
  • editor.background#111115
  • editor.foreground#eeeeee
  • editor.hoverHighlightBackground#343434
  • editor.inactiveSelectionBackground#343434
  • editor.lineHighlightBackground#242424
  • editor.lineHighlightBorder#242424
  • editor.rangeHighlightBackground#242424
  • editor.selectionBackground#3793e033
  • editor.selectionHighlightBackground#444
  • editor.wordHighlightBackground#242424
  • editor.wordHighlightStrongBackground#242424
  • editorBracketMatch.background#242424
  • editorBracketMatch.border#242424
  • editorCodeLens.foreground#999999
  • editorCursor.background#111115
  • editorCursor.foreground#FFFFFF
  • editorError.border#242424
  • editorError.foreground#e1270e
  • editorGroup.border#242424
  • editorGroup.dropBackground#3793e01a
  • editorGroup.emptyBackground#111115
  • editorGroupHeader.tabsBackground#111115
  • editorGroupHeader.tabsBorder#242424
  • editorGutter.background#111115
  • editorHoverWidget.background#111115
  • editorHoverWidget.border#242424
  • editorIndentGuide.background#222222
  • editorLineNumber.activeForeground#e6e6e6
  • editorLineNumber.foreground#757575
  • editorLink.activeForeground#eeeeee
  • editorMarkerNavigation.background#111115
  • editorMarkerNavigationError.background#111115
  • editorMarkerNavigationWarning.background#242424
  • editorOverviewRuler.border#242424
  • editorOverviewRuler.commonContentForeground#242424
  • editorOverviewRuler.currentContentForeground#e1270e
  • editorOverviewRuler.incomingContentForeground#5bc266
  • editorRuler.foreground#353535
  • editorSuggestWidget.background#111115
  • editorSuggestWidget.border#242424
  • editorSuggestWidget.foreground#AAAAAA
  • editorSuggestWidget.selectedBackground#242424
  • editorWarning.border#242424
  • editorWarning.foreground#ff523b
  • editorWhitespace.foreground#343434
  • editorWidget.background#111115
  • editorWidget.border#242424
  • errorForeground#e1270e
  • focusBorder#242424
  • foreground#e6e6e6
  • gitDecoration.ignoredResourceForeground#797979
  • gitDecoration.modifiedResourceForeground#e9b76c
  • gitDecoration.untrackedResourceForeground#41df78
  • input.background#242424
  • input.border#040404
  • input.foreground#FFFFFF
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#343434
  • inputValidation.errorBorder#e1270e
  • inputValidation.infoBorder#bf5af2
  • inputValidation.warningBorder#ff523b
  • list.activeSelectionBackground#242424
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#111115
  • list.errorForeground#e1270e
  • list.focusBackground#242424
  • list.highlightForeground#6cc7f6
  • list.hoverBackground#242424
  • list.inactiveSelectionBackground#242424
  • list.inactiveSelectionForeground#FFFFFF
  • list.warningForeground#ff523b
  • menu.background#111115
  • menu.selectionBackground#242424
  • peekView.border#343434
  • peekViewEditor.background#242424
  • peekViewEditor.matchHighlightBackground#3793e033
  • peekViewResult.background#242424
  • peekViewResult.fileForeground#FFFFFF
  • peekViewResult.lineForeground#FFFFFF
  • peekViewResult.matchHighlightBackground#3793e033
  • peekViewResult.selectionBackground#242424
  • peekViewResult.selectionForeground#FFFFFF
  • peekViewTitle.background#242424
  • peekViewTitleDescription.foreground#2B93CF
  • peekViewTitleLabel.foreground#FFFFFF
  • rust_analyzer.inlayHints.foreground#999999
  • scrollbarSlider.activeBackground#FFFFFF
  • selection.background#3793e040
  • sideBar.background#111115
  • sideBar.border#242424
  • sideBar.foreground#e6e6e6
  • sideBarSectionHeader.background#111115
  • sideBarSectionHeader.border#242424
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#242424
  • statusBar.border#242424
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#242424
  • statusBar.noFolderForeground#FFFFFF
  • statusBarItem.prominentBackground#e1270e
  • statusBarItem.prominentHoverBackground#ff523b
  • tab.activeBackground#111115
  • tab.activeBorder#6cc7f6
  • tab.activeForeground#FFFFFF
  • tab.border#242424
  • tab.inactiveBackground#111115
  • tab.inactiveForeground#757575
  • tab.unfocusedActiveForeground#FFFFFF
  • tab.unfocusedInactiveForeground#757575
  • terminal.background#090909
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#111115
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#242424
  • titleBar.inactiveBackground#111115
  • titleBar.inactiveForeground#AAAAAA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C6370italic
comment markup.link#5C6370
entity.name.type#5EE352
entity.other.inherited-class#98C379
keyword#FC0377
keyword.control#FC0377
keyword.operator#ABB2BF
keyword.other.special-method#54D1FF
keyword.other.unit#F2CA44
storage#FC0377
storage.type.annotation, storage.type.primitive#FC0377
storage.modifier.package, storage.modifier.import#ABB2BF
constant#F2CA44
constant.variable#F2CA44
constant.character.escape#20C1D6
constant.numeric#F2CA44
constant.other.color#20C1D6
constant.other.symbol#20C1D6
variable#E06C75
variable.interpolation#BE5046
variable.parameter#ABB2BF
string#98C379
string.regexp#20C1D6
string.regexp source.ruby.embedded#5EE352
string.other.link#E06C75
punctuation.definition.comment#5C6370
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#54D1FF
punctuation.definition.bold#5EE352bold
punctuation.definition.italic#FC0377italic
punctuation.section.embedded#BE5046
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#ABB2BF
support.class#5EE352
support.type#20C1D6
support.function#20C1D6
support.function.any-method#54D1FF
entity.name.function#54D1FF
entity.name.class, entity.name.type.class#5EE352
entity.name.section#54D1FF
entity.name.tag#E06C75
entity.other.attribute-name#F2CA44
entity.other.attribute-name.id#54D1FF
meta.class#5EE352
meta.class.body#ABB2BF
meta.method-call, meta.method#ABB2BF
meta.definition.variable#E06C75
meta.link#F2CA44
meta.require#54D1FF
meta.selector#FC0377
meta.separator#ABB2BF
meta.tag#ABB2BF
none#ABB2BF
invalid.deprecated#523D14
invalid.illegal#FFFFFF
markup.bold#F2CA44bold
markup.changed#FC0377
markup.deleted#E06C75
markup.italic#FC0377italic
markup.heading#E06C75
markup.heading punctuation.definition.heading#54D1FF
markup.link#FC0377
markup.inserted#98C379
markup.quote#F2CA44
markup.raw#98C379
source.c keyword.operator#FC0377
source.cpp keyword.operator#FC0377
source.cs keyword.operator#FC0377
source.css property-name, source.css property-value#828997
source.css property-name.support, source.css property-value.support#ABB2BF
source.gfm link entity#54D1FF
source.go storage.type.string#FC0377
source.ini keyword.other.definition.ini#E06C75
source.java storage.modifier.import#5EE352
source.java storage.type#5EE352
source.java keyword.operator.instanceof#FC0377
source.java-properties meta.key-pair#E06C75
source.java-properties meta.key-pair > punctuation#ABB2BF
source.js keyword.operator#20C1D6
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#FC0377
source.json meta.structure.dictionary.json > string.quoted.json#E06C75
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#E06C75
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#98C379
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#20C1D6
source.ruby constant.other.symbol > punctuation#ABB2BF
source.python keyword.operator.logical.python#FC0377
source.python variable.parameter#F2CA44
meta.attribute.rust#BCC199
storage.modifier.lifetime.rust, entity.name.lifetime.rust#33E8EC
keyword.unsafe.rust#CC6B73
customrule#ABB2BF
support.type.property-name#ABB2BF
string.quoted.double punctuation#98C379
support.constant#F2CA44
support.type.property-name.json#E06C75
support.type.property-name.json punctuation#E06C75
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#20C1D6
source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator#20C1D6
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#ABB2BF
support.variable.dom.js, support.variable.dom.ts#E06C75
support.variable.property.dom.js, support.variable.property.dom.ts#E06C75
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#E06C75
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#E06C75
keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx#FC0377
keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx#FC0377
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#F2CA44
source.js support.variable, source.ts support.variable, source.tsx support.variable#E06C75
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#F2CA44
keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx#FC0377
source.ts keyword.operator, source.tsx keyword.operator#20C1D6
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#E06C75
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#20C1D6
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#E06C75
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#F2CA44
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#E06C75
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#98C379
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#98C379
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#ABB2BF
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#5EE352
support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx#E06C75
constant.language.json#20C1D6
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#F2CA44
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#20C1D6
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#98C379
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#98C379
keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx#FC0377
source.python constant.other#ABB2BF
source.python constant#F2CA44
constant.character.format.placeholder.other.python storage#F2CA44
support.variable.magic.python#E06C75
meta.function.parameters.python#F2CA44
punctuation.separator.annotation.python#ABB2BF
punctuation.separator.parameters.python#ABB2BF
entity.name.variable.field.cs#E06C75
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#54D1FF
storage.type.cs#5EE352
keyword.other.unsafe.rust#fc0377
markup.raw.block.markdown#ABB2BF
punctuation.definition.variable.shell#E06C75
support.constant.property-value.css#ABB2BF
punctuation.definition.constant.css#F2CA44
punctuation.separator.key-value.scss#E06C75
punctuation.definition.constant.scss#F2CA44
meta.property-list.scss punctuation.separator.key-value.scss#ABB2BF
storage.type.primitive.array.java#5EE352
entity.name.section.markdown#E06C75
punctuation.definition.heading.markdown#E06C75
markup.heading.setext#ABB2BF
punctuation.definition.bold.markdown#F2CA44
markup.inline.raw.markdown#98C379
beginning.punctuation.definition.list.markdown#E06C75
markup.quote.markdown#5C6370italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#ABB2BF
punctuation.definition.metadata.markdown#FC0377
markup.underline.link.markdown, markup.underline.link.image.markdown#FC0377
string.other.link.title.markdown, string.other.link.description.markdown#54D1FF
punctuation.separator.variable.ruby#E06C75
variable.other.constant.ruby#F2CA44
keyword.operator.other.ruby#98C379
punctuation.definition.variable.php#E06C75
meta.class.php#ABB2BF
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
comment#96eb8eb4
punctuation.definition.comment#09ff32
variable#EEEEEE
entity.name.variable#FC0377
variable.language.self.rust#FC0377
storage.modifier.mut.rust#FC0377
ven-code-dark by Vengarioth - VS Code Theme