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#f8f8f8
  • activityBar.foreground#1a1a1a
  • activityBar.inactiveForeground#808080
  • activityBarBadge.background#7c3aed
  • activityBarBadge.foreground#ffffff
  • badge.background#7c3aed
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#1a1a1a
  • breadcrumb.background#ffffff
  • breadcrumb.focusForeground#7c3aed
  • breadcrumb.foreground#606060
  • button.background#7c3aed
  • button.foreground#ffffff
  • button.hoverBackground#6d28d9
  • checkbox.background#ffffff
  • checkbox.border#d0d0d0
  • commandCenter.activeBackground#f0f0f0
  • commandCenter.activeForeground#7c3aed
  • commandCenter.background#ffffff
  • commandCenter.border#e0e0e0
  • commandCenter.foreground#1a1a1a
  • dropdown.background#ffffff
  • dropdown.border#d0d0d0
  • dropdown.foreground#1a1a1a
  • editor.background#ffffff
  • editor.foreground#1a1a1a
  • editor.inactiveSelectionBackground#f0f0f0
  • editor.lineHighlightBackground#f5f5f5
  • editor.selectionBackground#e8e5ff
  • editorBracketMatch.background#e8e5ff
  • editorBracketMatch.border#7c3aed
  • editorCursor.foreground#7c3aed
  • editorError.foreground#dc2626
  • editorGroupHeader.tabsBackground#f8f8f8
  • editorGroupHeader.tabsBorder#e0e0e0
  • editorGutter.background#ffffff
  • editorHint.foreground#6b7280
  • editorHoverWidget.background#ffffff
  • editorHoverWidget.border#d0d0d0
  • editorIndentGuide.activeBackground#d0d0d0
  • editorIndentGuide.background#e0e0e0
  • editorInfo.foreground#059669
  • editorLineNumber.activeForeground#7c3aed
  • editorLineNumber.foreground#a0a0a0
  • editorSuggestWidget.background#ffffff
  • editorSuggestWidget.border#d0d0d0
  • editorSuggestWidget.foreground#1a1a1a
  • editorSuggestWidget.selectedBackground#e8e5ff
  • editorWarning.foreground#d97706
  • editorWhitespace.foreground#d0d0d0
  • editorWidget.background#ffffff
  • editorWidget.border#d0d0d0
  • input.background#ffffff
  • input.border#d0d0d0
  • input.foreground#1a1a1a
  • input.placeholderForeground#808080
  • menu.background#ffffff
  • menu.foreground#1a1a1a
  • menu.selectionBackground#e8e5ff
  • menu.selectionForeground#1a1a1a
  • menu.separatorBackground#e0e0e0
  • menubar.selectionBackground#ffffff
  • menubar.selectionForeground#1a1a1a
  • minimap.background#f8f8f8
  • minimap.errorHighlight#dc2626
  • minimap.findMatchHighlight#7c3aed
  • minimap.selectionHighlight#e8e5ff
  • minimap.warningHighlight#d97706
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#7c3aed
  • panelTitle.activeForeground#1a1a1a
  • panelTitle.inactiveForeground#606060
  • peekView.border#d0d0d0
  • peekViewEditor.background#ffffff
  • peekViewEditor.matchHighlightBackground#e8e5ff
  • peekViewResult.background#ffffff
  • peekViewResult.lineForeground#1a1a1a
  • peekViewResult.matchHighlightBackground#e8e5ff
  • peekViewResult.selectionBackground#e8e5ff
  • peekViewTitle.background#ffffff
  • progressBar.background#7c3aed
  • scrollbar.shadow#00000010
  • scrollbarSlider.activeBackground#a0a0a0
  • scrollbarSlider.background#d0d0d0
  • scrollbarSlider.hoverBackground#b0b0b0
  • selection.background#e8e5ff
  • sideBar.background#f5f5f5
  • sideBar.foreground#1a1a1a
  • sideBarSectionHeader.background#e8e8e8
  • sideBarSectionHeader.foreground#404040
  • sideBarTitle.foreground#7c3aed
  • statusBar.background#f0f0f0
  • statusBar.border#e0e0e0
  • statusBar.debuggingBackground#7c3aed
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#1a1a1a
  • statusBar.noFolderBackground#f0f0f0
  • tab.activeBackground#ffffff
  • tab.activeBorder#7c3aed
  • tab.activeBorderTop#7c3aed
  • tab.activeForeground#1a1a1a
  • tab.border#e0e0e0
  • tab.inactiveBackground#f0f0f0
  • tab.inactiveForeground#606060
  • terminal.ansiBlack#1a1a1a
  • terminal.ansiBlue#2563eb
  • terminal.ansiBrightBlack#404040
  • terminal.ansiBrightBlue#3b82f6
  • terminal.ansiBrightCyan#06b6d4
  • terminal.ansiBrightGreen#10b981
  • terminal.ansiBrightMagenta#8b5cf6
  • terminal.ansiBrightRed#ef4444
  • terminal.ansiBrightWhite#000000
  • terminal.ansiBrightYellow#f59e0b
  • terminal.ansiCyan#0891b2
  • terminal.ansiGreen#059669
  • terminal.ansiMagenta#7c3aed
  • terminal.ansiRed#dc2626
  • terminal.ansiWhite#1a1a1a
  • terminal.ansiYellow#d97706
  • terminal.background#ffffff
  • terminal.foreground#1a1a1a
  • titleBar.activeBackground#f8f8f8
  • titleBar.activeForeground#1a1a1a
  • titleBar.inactiveBackground#f0f0f0
  • titleBar.inactiveForeground#606060
  • widget.shadow#00000020

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7280italic
variable, string constant.other.placeholder#1a1a1a
constant.other.color#1a1a1a
invalid, invalid.illegal#dc2626
keyword, storage.type, storage.modifier#7c3aed
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#404040
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#2563eb
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#2563eb
meta.block variable.other#1a1a1a
support.other.variable.use, string.other.link#1a1a1a
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#d97706
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#059669
entity.name, support.class, support.type, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#2563eb
entity.name.function, meta.function-call entity.name.function, support.function, keyword.other.special-method#2563eb
entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less, 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#2563eb
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#1a1a1a
variable.language#dc2626
entity.name.method.js#2563eb
meta.class-method.js entity.name.function.js, variable.function.constructor#2563eb
entity.other.attribute-name#d97706
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#d97706
source.css support.variable, source.sass support.variable, source.scss support.variable, source.less support.variable, source.stylus support.variable, source.postcss support.variable#1a1a1a
string.regexp#0891b2
constant.character.escape#0891b2
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#7c3aeditalic
source.js constant.other.object.key.js string.unquoted.label.js#7c3aeditalic
source.json meta.structure.dictionary.json support.type.property-name.json#2563eb
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#2563eb
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#2563eb
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#2563eb