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#0d0d0d
  • activityBar.foreground#f0f0f0
  • activityBar.inactiveForeground#4a4a4a
  • activityBarBadge.background#a855f7
  • activityBarBadge.foreground#ffffff
  • badge.background#a855f7
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#f0f0f0
  • breadcrumb.background#0d0d0d
  • breadcrumb.focusForeground#a855f7
  • breadcrumb.foreground#4a4a4a
  • button.background#a855f7
  • button.foreground#ffffff
  • button.hoverBackground#9333ea
  • checkbox.background#1a1a1a
  • checkbox.border#2a2a2a
  • commandCenter.activeBackground#1a1a1a
  • commandCenter.activeForeground#a855f7
  • commandCenter.background#0d0d0d
  • commandCenter.border#1a1a1a
  • commandCenter.foreground#f0f0f0
  • dropdown.background#1a1a1a
  • dropdown.border#2a2a2a
  • dropdown.foreground#f0f0f0
  • editor.background#0d0d0d
  • editor.foreground#f0f0f0
  • editor.inactiveSelectionBackground#1a1a1a
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#2d1b69
  • editorBracketMatch.background#2d1b69
  • editorBracketMatch.border#a855f7
  • editorCursor.foreground#a855f7
  • editorError.foreground#f87171
  • editorGroupHeader.tabsBackground#0d0d0d
  • editorGroupHeader.tabsBorder#1a1a1a
  • editorGutter.background#0d0d0d
  • editorHint.foreground#9ca3af
  • editorHoverWidget.background#1a1a1a
  • editorHoverWidget.border#2a2a2a
  • editorIndentGuide.activeBackground#2d1b69
  • editorIndentGuide.background#1a1a1a
  • editorInfo.foreground#34d399
  • editorLineNumber.activeForeground#a855f7
  • editorLineNumber.foreground#3a3a3a
  • editorSuggestWidget.background#1a1a1a
  • editorSuggestWidget.border#2a2a2a
  • editorSuggestWidget.foreground#f0f0f0
  • editorSuggestWidget.selectedBackground#2d1b69
  • editorWarning.foreground#fbbf24
  • editorWhitespace.foreground#2a2a2a
  • editorWidget.background#1a1a1a
  • editorWidget.border#2a2a2a
  • input.background#1a1a1a
  • input.border#2a2a2a
  • input.foreground#f0f0f0
  • input.placeholderForeground#4a4a4a
  • menu.background#1a1a1a
  • menu.foreground#f0f0f0
  • menu.selectionBackground#2d1b69
  • menu.selectionForeground#f0f0f0
  • menu.separatorBackground#2a2a2a
  • menubar.selectionBackground#1a1a1a
  • menubar.selectionForeground#f0f0f0
  • minimap.background#0d0d0d
  • minimap.errorHighlight#f87171
  • minimap.findMatchHighlight#a855f7
  • minimap.selectionHighlight#2d1b69
  • minimap.warningHighlight#fbbf24
  • panel.background#111111
  • panel.border#1a1a1a
  • panelTitle.activeBorder#a855f7
  • panelTitle.activeForeground#f0f0f0
  • panelTitle.inactiveForeground#6a6a6a
  • peekView.border#2a2a2a
  • peekViewEditor.background#1a1a1a
  • peekViewEditor.matchHighlightBackground#2d1b69
  • peekViewResult.background#1a1a1a
  • peekViewResult.lineForeground#f0f0f0
  • peekViewResult.matchHighlightBackground#2d1b69
  • peekViewResult.selectionBackground#2d1b69
  • peekViewTitle.background#1a1a1a
  • progressBar.background#a855f7
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#4a4a4a
  • scrollbarSlider.background#2a2a2a
  • scrollbarSlider.hoverBackground#3a3a3a
  • selection.background#2d1b69
  • sideBar.background#111111
  • sideBar.foreground#f0f0f0
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#b8b8b8
  • sideBarTitle.foreground#a855f7
  • statusBar.background#111111
  • statusBar.border#1a1a1a
  • statusBar.debuggingBackground#a855f7
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#f0f0f0
  • statusBar.noFolderBackground#111111
  • tab.activeBackground#1a1a1a
  • tab.activeBorder#a855f7
  • tab.activeBorderTop#a855f7
  • tab.activeForeground#f0f0f0
  • tab.border#1a1a1a
  • tab.inactiveBackground#0d0d0d
  • tab.inactiveForeground#6a6a6a
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#60a5fa
  • terminal.ansiBrightBlack#2a2a2a
  • terminal.ansiBrightBlue#93c5fd
  • terminal.ansiBrightCyan#67e8f9
  • terminal.ansiBrightGreen#6ee7b7
  • terminal.ansiBrightMagenta#c084fc
  • terminal.ansiBrightRed#fca5a5
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fcd34d
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#34d399
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#f0f0f0
  • terminal.ansiYellow#fbbf24
  • terminal.background#0d0d0d
  • terminal.foreground#f0f0f0
  • titleBar.activeBackground#0d0d0d
  • titleBar.activeForeground#f0f0f0
  • titleBar.inactiveBackground#0d0d0d
  • titleBar.inactiveForeground#6a6a6a
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4a4a4aitalic
variable, string constant.other.placeholder#f0f0f0
constant.other.color#f0f0f0
invalid, invalid.illegal#f87171
keyword, storage.type, storage.modifier#a855f7
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#b8b8b8
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#60a5fa
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#c084fc
meta.block variable.other#f0f0f0
support.other.variable.use, string.other.link#f0f0f0
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#e9d5ff
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#a78bfa
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#c084fc
entity.name.function, meta.function-call entity.name.function, support.function, keyword.other.special-method#c084fc
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#c084fc
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#f0f0f0
variable.language#f87171
entity.name.method.js#c084fc
meta.class-method.js entity.name.function.js, variable.function.constructor#c084fc
entity.other.attribute-name#fbbf24
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#fbbf24
source.css support.variable, source.sass support.variable, source.scss support.variable, source.less support.variable, source.stylus support.variable, source.postcss support.variable#f0f0f0
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#a855f7italic
source.js constant.other.object.key.js string.unquoted.label.js#a855f7italic
source.json meta.structure.dictionary.json support.type.property-name.json#60a5fa
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#60a5fa
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#60a5fa
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#c084fc