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#1a1a1a
  • activityBar.foreground#e0e0e0
  • activityBar.inactiveForeground#606060
  • activityBarBadge.background#8b5cf6
  • activityBarBadge.foreground#ffffff
  • badge.background#8b5cf6
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#e0e0e0
  • breadcrumb.background#1a1a1a
  • breadcrumb.focusForeground#8b5cf6
  • breadcrumb.foreground#808080
  • button.background#8b5cf6
  • button.foreground#ffffff
  • button.hoverBackground#7c3aed
  • checkbox.background#2a2a2a
  • checkbox.border#404040
  • commandCenter.activeBackground#2a2a2a
  • commandCenter.activeForeground#8b5cf6
  • commandCenter.background#1a1a1a
  • commandCenter.border#2a2a2a
  • commandCenter.foreground#e0e0e0
  • dropdown.background#2a2a2a
  • dropdown.border#404040
  • dropdown.foreground#e0e0e0
  • editor.background#1a1a1a
  • editor.foreground#e0e0e0
  • editor.inactiveSelectionBackground#2a2a2a
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#3a3a3a
  • editorBracketMatch.background#3a3a3a
  • editorBracketMatch.border#6a6a6a
  • editorCursor.foreground#ffffff
  • editorError.foreground#ff6b6b
  • editorGroupHeader.tabsBackground#1a1a1a
  • editorGroupHeader.tabsBorder#2a2a2a
  • editorGutter.background#1a1a1a
  • editorHint.foreground#808080
  • editorHoverWidget.background#2a2a2a
  • editorHoverWidget.border#404040
  • editorIndentGuide.activeBackground#3a3a3a
  • editorIndentGuide.background#2a2a2a
  • editorInfo.foreground#6bcf7f
  • editorLineNumber.activeForeground#808080
  • editorLineNumber.foreground#505050
  • editorSuggestWidget.background#2a2a2a
  • editorSuggestWidget.border#404040
  • editorSuggestWidget.foreground#e0e0e0
  • editorSuggestWidget.selectedBackground#3a3a3a
  • editorWarning.foreground#ffd93d
  • editorWhitespace.foreground#404040
  • editorWidget.background#2a2a2a
  • editorWidget.border#404040
  • input.background#2a2a2a
  • input.border#404040
  • input.foreground#e0e0e0
  • input.placeholderForeground#606060
  • menu.background#2a2a2a
  • menu.foreground#e0e0e0
  • menu.selectionBackground#3a3a3a
  • menu.selectionForeground#e0e0e0
  • menu.separatorBackground#404040
  • menubar.selectionBackground#2a2a2a
  • menubar.selectionForeground#e0e0e0
  • minimap.background#1a1a1a
  • minimap.errorHighlight#ff6b6b
  • minimap.findMatchHighlight#8b5cf6
  • minimap.selectionHighlight#3a3a3a
  • minimap.warningHighlight#ffd93d
  • panel.background#1f1f1f
  • panel.border#2a2a2a
  • panelTitle.activeBorder#8b5cf6
  • panelTitle.activeForeground#e0e0e0
  • panelTitle.inactiveForeground#808080
  • peekView.border#404040
  • peekViewEditor.background#2a2a2a
  • peekViewEditor.matchHighlightBackground#3a3a3a
  • peekViewResult.background#2a2a2a
  • peekViewResult.lineForeground#e0e0e0
  • peekViewResult.matchHighlightBackground#3a3a3a
  • peekViewResult.selectionBackground#3a3a3a
  • peekViewTitle.background#2a2a2a
  • progressBar.background#8b5cf6
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#606060
  • scrollbarSlider.background#404040
  • scrollbarSlider.hoverBackground#505050
  • selection.background#3a3a3a
  • sideBar.background#1f1f1f
  • sideBar.foreground#e0e0e0
  • sideBarSectionHeader.background#252525
  • sideBarSectionHeader.foreground#a0a0a0
  • sideBarTitle.foreground#8b5cf6
  • statusBar.background#1f1f1f
  • statusBar.border#2a2a2a
  • statusBar.debuggingBackground#8b5cf6
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#e0e0e0
  • statusBar.noFolderBackground#1f1f1f
  • tab.activeBackground#252525
  • tab.activeBorder#8b5cf6
  • tab.activeBorderTop#8b5cf6
  • tab.activeForeground#e0e0e0
  • tab.border#2a2a2a
  • tab.inactiveBackground#1a1a1a
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#1a1a1a
  • terminal.ansiBlue#4dabf7
  • terminal.ansiBrightBlack#404040
  • terminal.ansiBrightBlue#74c0fc
  • terminal.ansiBrightCyan#67e8f9
  • terminal.ansiBrightGreen#8ce99a
  • terminal.ansiBrightMagenta#a78bfa
  • terminal.ansiBrightRed#ff8787
  • terminal.ansiBrightWhite#f0f0f0
  • terminal.ansiBrightYellow#ffe066
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#6bcf7f
  • terminal.ansiMagenta#8b5cf6
  • terminal.ansiRed#ff6b6b
  • terminal.ansiWhite#e0e0e0
  • terminal.ansiYellow#ffd93d
  • terminal.background#1a1a1a
  • terminal.foreground#e0e0e0
  • titleBar.activeBackground#1a1a1a
  • titleBar.activeForeground#e0e0e0
  • titleBar.inactiveBackground#1a1a1a
  • titleBar.inactiveForeground#808080
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#606060italic
variable, string constant.other.placeholder#e0e0e0
constant.other.color#e0e0e0
invalid, invalid.illegal#ff6b6b
keyword, storage.type, storage.modifier#8b5cf6
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#a0a0a0
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#4dabf7
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#4dabf7
meta.block variable.other#e0e0e0
support.other.variable.use, string.other.link#e0e0e0
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#ffd93d
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#6bcf7f
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#4dabf7
entity.name.function, meta.function-call entity.name.function, support.function, keyword.other.special-method#4dabf7
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#4dabf7
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#e0e0e0
variable.language#ff6b6b
entity.name.method.js#4dabf7
meta.class-method.js entity.name.function.js, variable.function.constructor#4dabf7
entity.other.attribute-name#ffd93d
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#ffd93d
source.css support.variable, source.sass support.variable, source.scss support.variable, source.less support.variable, source.stylus support.variable, source.postcss support.variable#e0e0e0
string.regexp#22d3ee
constant.character.escape#22d3ee
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#8b5cf6italic
source.js constant.other.object.key.js string.unquoted.label.js#8b5cf6italic
source.json meta.structure.dictionary.json support.type.property-name.json#4dabf7
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#4dabf7
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#4dabf7
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#4dabf7