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#243047
  • activityBar.foreground#fff
  • activityBarBadge.background#1cdc9a
  • activityBarBadge.foreground#051d15
  • badge.background#1cdc9a
  • badge.foreground#051d15
  • button.background#1d99f3
  • button.foreground#FFFFFF
  • button.hoverBackground#3daee9
  • diffEditor.insertedTextBackground#1cdc9a33
  • dropdown.background#0c121f
  • dropdown.border#0c121f
  • editor.background#101725
  • editor.lineHighlightBackground#181f2e
  • editor.selectionBackground#334263
  • editorCursor.foreground#1d99f3
  • editorGroup.border#101725
  • editorGroupHeader.tabsBackground#182030
  • editorHoverWidget.background#101725
  • editorHoverWidget.border#101725
  • editorIndentGuide.background#334263
  • editorLineNumber.foreground#7f8c8d
  • editorSuggestWidget.background#182030
  • editorSuggestWidget.border#101725
  • editorSuggestWidget.selectedBackground#101725
  • editorWhitespace.foreground#334263
  • editorWidget.background#101725
  • extensionButton.prominentBackground#1cdc9a
  • extensionButton.prominentHoverBackground#2ed157
  • focusBorder#1cdc9a
  • input.background#182030
  • input.border#0c121f
  • list.activeSelectionBackground#101725
  • list.activeSelectionForeground#D7DAE0
  • list.focusBackground#101725
  • list.highlightForeground#D7DAE0
  • list.hoverBackground#10172566
  • list.inactiveSelectionBackground#101725
  • list.inactiveSelectionForeground#D7DAE0
  • peekView.border#1d99f3
  • peekViewEditor.background#1B1D23
  • peekViewResult.background#101725
  • peekViewResult.selectionBackground#101725
  • peekViewTitle.background#1B1D23
  • pickerGroup.border#1d99f3
  • scrollbarSlider.activeBackground#7f8c8d80
  • scrollbarSlider.background#7f8c8d80
  • scrollbarSlider.hoverBackground#7f8c8d80
  • sideBar.background#182030
  • sideBarSectionHeader.background#243047
  • statusBar.background#1cdc9a
  • statusBar.debuggingBackground#ff8a46
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#051d15
  • statusBar.noFolderBackground#101725
  • statusBarItem.hoverBackground#101725
  • tab.activeBackground#101725
  • tab.border#182030
  • tab.inactiveBackground#182030
  • titleBar.activeBackground#101725
  • titleBar.activeForeground#7f8c8d
  • titleBar.inactiveBackground#101725
  • titleBar.inactiveForeground#7f8c8d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5d7099italic
comment markup.link#182030
entity.name.type#fdbc4b
entity.other.inherited-class#1cdc9a
keyword#b05dd4
keyword.control#b05dd4
keyword.operator#d8e1f1
keyword.other.special-method#3daee9
keyword.other.unit#ff8a46
storage#b05dd4
storage.type.annotation, storage.type.primitive#b05dd4
storage.modifier.package, storage.modifier.import#d8e1f1
constant#1cdc9a
constant.variable#ff8a46
constant.character.escape#1cdc9a
constant.numeric#ff8a46
constant.other.color#1cdc9a
constant.other.symbol#1cdc9a
variable#f05254
variable.interpolation#f05254
variable.parameter#d8e1f1
string.regexp#1cdc9a
string.regexp source.ruby.embedded#fdbc4b
string.other.link#f05254
punctuation.definition.comment#5d7099
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#d8e1f1
punctuation.definition.heading, punctuation.definition.identity#3daee9
punctuation.definition.bold#fdbc4bbold
punctuation.definition.italic#b05dd4italic
punctuation.section.embedded#f05254
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#d8e1f1
support.class#3daee9
support.type#1cdc9a
support.function#1cdc9a
support.function.any-method#3daee9
entity.name.function#3daee9
entity.name.class, entity.name.type.class#1d99f3
entity.name.section#3daee9
entity.name.tag#1cdc9a
entity.other.attribute-name#fdbc4b
entity.other.attribute-name.id#3daee9
meta.class#fdbc4b
meta.class.body#d8e1f1
meta.method-call, meta.method#d8e1f1
meta.definition.variable#f05254
meta.link#ff8a46
meta.require#3daee9
meta.selector#b05dd4
meta.separator#d8e1f1
meta.tag#d8e1f1
underline
none#d8e1f1
invalid.deprecated#523D14
invalid.illegalwhite
markup.bold#ff8a46bold
markup.changed#b05dd4
markup.deleted#f05254
markup.italic#b05dd4italic
markup.heading#f05254
markup.heading punctuation.definition.heading#3daee9
markup.link#b05dd4
markup.inserted#1cdc9a
markup.quote#ff8a46
markup.raw#1cdc9a
source.c keyword.operator#b05dd4
source.cpp keyword.operator#b05dd4
source.cs keyword.operator#b05dd4
source.css property-name, source.css property-value#7f8c8d
source.css property-name.support, source.css property-value.support#d8e1f1
source.gfm markup
source.gfm link entity#3daee9
source.go storage.type.string#b05dd4
source.ini keyword.other.definition.ini#f05254
source.java storage.modifier.import#fdbc4b
source.java storage.type#fdbc4b
source.java keyword.operator.instanceof#b05dd4
source.java-properties meta.key-pair#f05254
source.java-properties meta.key-pair > punctuation#d8e1f1
source.js keyword.operator#1cdc9a
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#b05dd4
source.json meta.structure.dictionary.json > string.quoted.json#f05254
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#f05254
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#1cdc9a
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#1cdc9a
source.ruby constant.other.symbol > punctuationinherit
source.python keyword.operator.logical.python#b05dd4
source.python variable.parameter#ff8a46
meta.attribute.rust#7f8c8d
storage.modifier.lifetime.rust, entity.name.lifetime.rust#1cdc9a
keyword.unsafe.rust#f05254
customrule#d8e1f1
support.type.property-name#d8e1f1
string.quoted.double punctuation#fff
support.constant#ff8a46
support.type.property-name.json#f05254
support.type.property-name.json punctuation#f05254
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#1cdc9a
source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator#1cdc9a
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#d8e1f1
support.variable.dom.js, support.variable.dom.ts#f05254
support.variable.property.dom.js, support.variable.property.dom.ts#f05254
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#f05254
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#d8e1f1
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#d8e1f1
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#d8e1f1
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#f05254
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#f05254
keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx#b05dd4
keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx#b05dd4
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#d8e1f1
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#d8e1f1
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#d8e1f1
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#ff8a46
source.js support.variable, source.ts support.variable, source.tsx support.variable#f05254
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#ff8a46
keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx#b05dd4
source.ts keyword.operator, source.tsx keyword.operator#1cdc9a
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #d8e1f1
constant.language.import-export-all.js, constant.language.import-export-all.ts#f05254
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#1cdc9a
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#d8e1f1
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#f05254
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#ff8a46
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#f05254
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#1cdc9a
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#d8e1f1
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#1cdc9a
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#d8e1f1
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#d8e1f1
meta.type.parameters.js support.type, meta.type.parameters.jsx support.type, meta.type.parameters.ts support.type, meta.type.parameters.tsx support.type#d8e1f1
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#d8e1f1
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#d8e1f1
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#fdbc4b
support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx#f05254
constant.language.json#1cdc9a
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#ff8a46
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#1cdc9a
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#1cdc9a
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#1cdc9a
keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx#b05dd4
source.python constant.other#d8e1f1
source.python constant#ff8a46
constant.character.format.placeholder.other.python storage#ff8a46
support.variable.magic.python#f05254
meta.function.parameters.python#ff8a46
punctuation.separator.annotation.python#d8e1f1
punctuation.separator.parameters.python#d8e1f1
entity.name.variable.field.cs#f05254
source.cs keyword.operator#d8e1f1
variable.other.readwrite.cs#d8e1f1
variable.other.object.cs#d8e1f1
variable.other.object.property.cs#d8e1f1
entity.name.variable.property.cs#3daee9
storage.type.cs#fdbc4b
keyword.other.unsafe.rust#f05254
markup.raw.block.markdown#d8e1f1
punctuation.definition.variable.shell#f05254
support.constant.property-value.css#d8e1f1
punctuation.definition.constant.css#ff8a46
punctuation.separator.key-value.scss#f05254
punctuation.definition.constant.scss#ff8a46
meta.property-list.scss punctuation.separator.key-value.scss#d8e1f1
storage.type.primitive.array.java#fdbc4b
entity.name.section.markdown#f05254
punctuation.definition.heading.markdown#f05254
markup.heading.setext#d8e1f1
punctuation.definition.bold.markdown#ff8a46
markup.inline.raw.markdown#1cdc9a
beginning.punctuation.definition.list.markdown#f05254
markup.quote.markdown#182030italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#d8e1f1
punctuation.definition.metadata.markdown#b05dd4
markup.underline.link.markdown, markup.underline.link.image.markdown#b05dd4
string.other.link.title.markdown, string.other.link.description.markdown#3daee9
punctuation.separator.variable.ruby#f05254
variable.other.constant.ruby#ff8a46
keyword.operator.other.ruby#1cdc9a
punctuation.definition.variable.php#f05254
meta.class.php#d8e1f1

Shiki preview

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

Loading...

breez by sevenfoxes - VS Code Theme