Skip to main content
Coding Theme

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#222426
  • activityBar.dropBackground#222426
  • activityBar.foreground#fff
  • activityBarBadge.background#fff
  • activityBarBadge.foreground#000
  • badge.background#fff
  • badge.foreground#000
  • button.background#f700a9
  • button.foreground#fff
  • button.hoverBackground#f700a9
  • debugToolBar.background#000
  • descriptionForeground#fff
  • diffEditor.insertedTextBackground#0096872d
  • diffEditor.removedTextBackground#ff00002d
  • dropdown.background#fff
  • dropdown.border#222426
  • dropdown.foreground#000
  • dropdown.listBackground#fff
  • editor.background#000
  • editor.findMatchBackground#000
  • editor.findMatchBorder#f700a9
  • editor.findMatchHighlightBackground#000
  • editor.foreground#fff
  • editor.lineHighlightBackground#222426
  • editor.selectionBackground#222426
  • editor.selectionForeground#fff
  • editor.selectionHighlightBackground#222426
  • editor.selectionHighlightBorder#222426
  • editor.wordHighlightBackground#222426
  • editor.wordHighlightBorder#222426
  • editor.wordHighlightStrongBackground#222426
  • editor.wordHighlightStrongBorder#222426
  • editorBracketMatch.background#000
  • editorBracketMatch.border#222426
  • editorCursor.background#222426
  • editorCursor.foreground#fff
  • editorGroup.background#000
  • editorGroup.border#222426
  • editorGroup.dropBackground#222426
  • editorGroupHeader.noTabsBackground#000
  • editorGroupHeader.tabsBackground#000
  • editorGroupHeader.tabsBorder#222426
  • editorIndentGuide.background#000
  • editorLineNumber.foreground#222426
  • editorMarkerNavigation.background#000
  • errorForeground#ff0000
  • extensionButton.prominentBackground#222426
  • extensionButton.prominentForeground#fff
  • extensionButton.prominentHoverBackground#fff
  • focusBorder#f700a9
  • foreground#fff
  • input.background#000
  • input.border#222426
  • input.foreground#fff
  • input.placeholderForeground#222426
  • inputOption.activeBorder#fff
  • inputValidation.errorBackground#000
  • inputValidation.errorBorder#ff0000
  • inputValidation.infoBackground#000
  • inputValidation.infoBorder#f700a9
  • inputValidation.warningBackground#000
  • inputValidation.warningBorder#e6a23c
  • list.activeSelectionBackground#222426
  • list.activeSelectionForeground#fff
  • list.focusBackground#222426
  • list.focusForeground#fff
  • list.highlightForeground#f700a9
  • list.hoverBackground#222426
  • list.hoverForeground#fff
  • list.inactiveFocusBackground#222426
  • list.inactiveFocusForeground#fff
  • list.inactiveSelectionBackground#222426
  • list.inactiveSelectionForeground#fff
  • list.invalidItemForeground#ff4545
  • notificationCenter.border#222426
  • notificationCenterHeader.background#000
  • notificationCenterHeader.foreground#fff
  • notificationLink.foreground#222426
  • notifications.background#000
  • notifications.border#000
  • notifications.foreground#fff
  • notificationToast.border#222426
  • panel.background#000
  • panel.border#222426
  • panel.dropBackground#222426
  • panelTitle.activeBorder#fff
  • peekView.border#222426
  • peekViewEditor.background#000
  • pickerGroup.border#222426
  • pickerGroup.foreground#fff
  • progressBar.background#fff
  • scrollbar.shadow#000
  • scrollbarSlider.activeBackground#fff
  • scrollbarSlider.background#222426
  • scrollbarSlider.hoverBackground#fff
  • selection.background#000
  • sideBar.background#000
  • sideBar.border#222426
  • sideBar.dropBackground#222426
  • sideBar.foreground#fff
  • sideBarSectionHeader.background#000
  • sideBarSectionHeader.foreground#fff
  • statusBar.background#000
  • statusBar.border#222426
  • statusBar.debuggingBackground#000
  • statusBar.debuggingBorder#222426
  • statusBar.debuggingForeground#fff
  • statusBar.foreground#fff
  • statusBar.noFolderBackground#1C1C1D
  • statusBarItem.hoverBackground#000
  • tab.activeBackground#000
  • tab.activeBorder#fff
  • tab.border#222426
  • tab.hoverBackground#000
  • tab.hoverBorder#fff
  • tab.inactiveBackground#000
  • tab.unfocusedHoverBackground#000
  • textBlockQuote.background#000
  • textBlockQuote.border#222426
  • textCodeBlock.background#000
  • textLink.activeForeground#f700a9
  • textLink.foreground#fff
  • textPreformat.foreground#fff
  • textSeparator.foreground#fff
  • titleBar.activeBackground#000
  • titleBar.activeForeground#fff
  • titleBar.border#222426
  • titleBar.inactiveBackground#000
  • titleBar.inactiveForeground#fff
  • walkThrough.embeddedEditorBackground#000
  • welcomePage.buttonBackground#000
  • welcomePage.buttonHoverBackground#fff
  • widget.shadow#000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f700a9italic
variable, string constant.other.placeholder#fff
constant.other.color#969696
invalid, invalid.illegal#FF0000
keyword, storage.type, storage.modifier#969696
keyword.control, constant.other.color, punctuation, 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, keyword.other.template, keyword.other.substitution#969696
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#fff
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#fff
meta.block variable.other#fff
support.other.variable, string.other.link#fff
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#fff
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#fff
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#969696
support.type#fff
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#fff
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#fff
variable.language#fffitalic
entity.name.method.js#fffitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#fff
entity.other.attribute-name#969696
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#969696italic
entity.other.attribute-name.class#969696
source.sass keyword.control#969696
markup.inserted#f700a9
markup.deleted#FF0000
markup.changed#FFFA00
string.regexp#f700a9
constant.character.escape#D2D2D2
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#fffitalic
source.js constant.other.object.key.js string.unquoted.label.js#fffitalic
source.json meta.structure.dictionary.json support.type.property-name.json#fff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#fff
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#fff
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#fff
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#fff
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#fff
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#fff
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#fff
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#fff
text.html.markdown, punctuation.definition.list_item.markdown#fff
text.html.markdown markup.inline.raw.markdown#fff
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#fff
text.html.markdown meta.dummy.line-break#fff
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#fff
markup.italic#fffitalic
markup.bold, markup.bold string#fffbold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#fffbold
markup.underline#fffunderline
markup.strike#fffunderline
markup.quote punctuation.definition.blockquote.markdown#fff
markup.quote#fffitalic
string.other.link.title.markdown#fff
string.other.link.description.title.markdown#fff
constant.other.reference.link.markdown#fff
markup.raw.block#fff
markup.raw.block.fenced.markdown#fff
punctuation.definition.fenced.markdown#fff
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#fff
variable.language.fenced.markdown#fff
meta.separator#fffbold
markup.table#fff
token.info-token#f700a9
token.warn-token#FFFA00
token.error-token#FF0000
token.debug-token#FF0000

Shiki preview

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

Loading...