Skip to main content
CodingTheme

Color themes

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#000
  • activityBar.border#43bad875
  • activityBar.foreground#43B9D8
  • activityBar.inactiveForeground#43bad875
  • activityBarBadge.background#000
  • activityBarBadge.foreground#43B9D8
  • badge.background#000000
  • badge.foreground#43B9D8
  • breadcrumb.foreground#43B9D8
  • button.background#000000
  • button.foreground#FFFFFF
  • button.hoverBackground#000000
  • checkbox.border#43bad875
  • contrastActiveBorder#000000
  • contrastBorder#43bad875
  • debugExceptionWidget.background#000000
  • debugExceptionWidget.border#43B9D8
  • debugToolBar.background#000000
  • debugToolBar.border#43B9D8
  • diffEditor.insertedTextBackground#31958A55
  • diffEditor.insertedTextBorder#31958A55
  • diffEditor.removedTextBackground#892F4688
  • diffEditor.removedTextBorder#31958A55
  • dropdown.background#000000
  • dropdown.border#43bad875
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#6688cc
  • editor.findMatchBorder#43bad875
  • editor.findMatchHighlightBackground#eeeeee44
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#6688cc
  • editor.lineHighlightBorder#111111
  • editor.selectionBackground#2f4468
  • editor.selectionForeground#000c18
  • editorGroup.border#43bad875
  • editorGroupHeader.border#000000
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#43bad875
  • editorHint.foreground#FD971F
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#43bad875
  • editorIndentGuide.activeBackground#505050
  • editorLineNumber.activeForeground#43B9D8
  • editorLineNumber.foreground#43B9D8
  • editorLink.activeForeground#0063a5
  • editorMarkerNavigation.background#060621
  • editorMarkerNavigationError.background#AB395B
  • editorMarkerNavigationWarning.background#5B7E7A
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#43B9D8
  • editorSuggestWidget.foreground#FFFFFF
  • editorSuggestWidget.highlightForeground#FD971F
  • editorSuggestWidget.selectedBackground#43bad875
  • editorWidget.background#000000
  • editorWidget.border#000000
  • focusBorder#43bad875
  • foreground#FFFFFF
  • icon.foreground#ffffff
  • input.background#000000
  • input.border#43bad875
  • input.foreground#FFFFFF
  • input.placeholderForeground#43bad875
  • list.activeSelectionBackground#FD971F15
  • list.hoverBackground#FD971F15
  • list.inactiveSelectionBackground#66D9EF15
  • menu.background#000000
  • menu.border#43bad875
  • merge.border#43bad875
  • notificationCenter.border#43B9D8
  • notificationCenterHeader.background#000000
  • notificationCenterHeader.foreground#FFFFFF
  • notifications.background#000000
  • notifications.border#43bad875
  • notifications.foreground#FFFFFF
  • panel.background#000000
  • panel.border#43bad875
  • panel.dropBorder#43B9D8
  • panelSection.border#43bad875
  • panelTitle.activeForeground#43B9D8
  • panelTitle.inactiveForeground#43bad875
  • peekView.border#43bad875
  • peekViewTitle.background#000000
  • peekViewTitleLabel.foreground#ffffff
  • quickInput.background#000000
  • sideBar.background#000
  • sideBar.border#43bad875
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#43bad875
  • sideBarSectionHeader.foreground#43B9D8
  • sideBarTitle.foreground#43B9D8
  • statusBar.background#000000
  • statusBar.border#43bad875
  • statusBar.debuggingBackground#43B9D815
  • statusBar.debuggingForeground#43B9D8
  • statusBar.foreground#43B9D8
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderForeground#43B9D8
  • tab.activeBackground#000000
  • tab.activeBorder#000000
  • tab.activeForeground#FFFFFF
  • tab.activeModifiedBorder#43bad875
  • tab.border#43bad875
  • tab.hoverBorder#43bad875
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#FFFFFF
  • tab.inactiveModifiedBorder#43bad875
  • tab.unfocusedActiveBorder#000000
  • tab.unfocusedActiveForeground#FFFFFF
  • tab.unfocusedInactiveForeground#FFFFFF
  • terminal.ansiBlack#8f8f8f
  • terminal.ansiBlue#5ccaef
  • terminal.ansiBrightBlack#8f8f8f
  • terminal.ansiBrightBlue#5ccaef
  • terminal.ansiBrightCyan#a57fff
  • terminal.ansiBrightGreen#98d800
  • terminal.ansiBrightMagenta#f57f00
  • terminal.ansiBrightRed#f82a5d
  • terminal.ansiBrightWhite#f1f1f1
  • terminal.ansiBrightYellow#e7dc60
  • terminal.ansiCyan#a57fff
  • terminal.ansiGreen#98d800
  • terminal.ansiMagenta#f57f00
  • terminal.ansiRed#f82a5d
  • terminal.ansiWhite#f1f1f1
  • terminal.ansiYellow#e7dc60
  • terminal.border#43bad875
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#43B9D8
  • titleBar.border#43bad875
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#43B9D8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b6a6aitalic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
keyword, keyword.control, keyword.other.template, keyword.other.substitution#FF3686
storage.type, storage.modifier#00B7FF italic
, constant.other.color, punctuation.separator, punctuation.terminator, punctuation.accessor, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded#ffffff
punctuation.definition.string#FFF154
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f92672
entity.name.function, variable.function, keyword.other.special-method#00ff00
meta.function-call#00b7ff
punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, meta.function-call.arguments.python#ffffff
support.function#00b7ff
meta.block variable.other#ffffff
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, constant.character, constant.escape, keyword.other.unit, keyword.other#9900FF
variable.parameter#fd6e0f
support.constant#00B7FF
string, constant.other.symbol, constant.other.key, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#FFF154
entity.other.inherited-class#FFF154
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#00FF00
support.type#00b7ff
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#ffad15italic
entity.name.method.js#00FF00
meta.class-method.js entity.name.function.js, variable.function.constructor#00FF00
entity.other.attribute-name#00B7FF italic
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#f8b53a
entity.other.attribute-name.class#f8b53a
source.sass keyword.control#00FF00
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#00B7FF italic
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#00FF00
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json, support.type.property-name.quote.json#00B7FF italic
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f8b53a
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F78C6C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF5370
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C17E70
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#00FF00
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f07178
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#00B7FF italic
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#00B7FF italic
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup., markup. string#f07178
markup. markup.italic, markup.italic markup., markup.quote markup., markup. markup.italic string, markup.italic markup. string, markup.quote markup. string#f07178
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#00FF00
string.other.link.description.title.markdown#00B7FF italic
constant.other.reference.link.markdown#f8b53a
markup.raw.block#00B7FF italic
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737E
markup.table#EEFFFF

Shiki preview

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

Loading...