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#1a1a1d
  • activityBar.foreground#ececf1
  • activityBar.inactiveForeground#6d6d73
  • activityBarBadge.background#ff6b35
  • activityBarBadge.foreground#ffffff
  • badge.background#ff6b35
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ececf1
  • breadcrumb.background#1a1a1d
  • breadcrumb.focusForeground#ff6b35
  • breadcrumb.foreground#6d6d73
  • button.background#ff6b35
  • button.foreground#ffffff
  • button.hoverBackground#ff5722
  • checkbox.background#2d2d30
  • checkbox.border#3d3d42
  • commandCenter.activeBackground#2d2d30
  • commandCenter.activeForeground#ff6b35
  • commandCenter.background#1a1a1d
  • commandCenter.border#2d2d30
  • commandCenter.foreground#ececf1
  • dropdown.background#2d2d30
  • dropdown.border#3d3d42
  • dropdown.foreground#ececf1
  • editor.background#1a1a1d
  • editor.foreground#ececf1
  • editor.inactiveSelectionBackground#2d2d30
  • editor.lineHighlightBackground#2d2d30
  • editor.selectionBackground#3d3d42
  • editorBracketMatch.background#3d3d42
  • editorBracketMatch.border#ff6b35
  • editorCursor.foreground#ff6b35
  • editorError.foreground#ff6b6b
  • editorGroupHeader.tabsBackground#1a1a1d
  • editorGroupHeader.tabsBorder#2d2d30
  • editorGutter.background#1a1a1d
  • editorHint.foreground#9ca3af
  • editorHoverWidget.background#2d2d30
  • editorHoverWidget.border#3d3d42
  • editorIndentGuide.activeBackground#3d3d42
  • editorIndentGuide.background#2d2d30
  • editorInfo.foreground#6bcf7f
  • editorLineNumber.activeForeground#ff6b35
  • editorLineNumber.foreground#5d5d63
  • editorSuggestWidget.background#2d2d30
  • editorSuggestWidget.border#3d3d42
  • editorSuggestWidget.foreground#ececf1
  • editorSuggestWidget.selectedBackground#3d3d42
  • editorWarning.foreground#ffd93d
  • editorWhitespace.foreground#3d3d42
  • editorWidget.background#2d2d30
  • editorWidget.border#3d3d42
  • input.background#2d2d30
  • input.border#3d3d42
  • input.foreground#ececf1
  • input.placeholderForeground#6d6d73
  • menu.background#2d2d30
  • menu.foreground#ececf1
  • menu.selectionBackground#3d3d42
  • menu.selectionForeground#ececf1
  • menu.separatorBackground#3d3d42
  • menubar.selectionBackground#2d2d30
  • menubar.selectionForeground#ececf1
  • minimap.background#1a1a1d
  • minimap.errorHighlight#ff6b6b
  • minimap.findMatchHighlight#ff6b35
  • minimap.selectionHighlight#3d3d42
  • minimap.warningHighlight#ffd93d
  • panel.background#1f1f23
  • panel.border#2d2d30
  • panelTitle.activeBorder#ff6b35
  • panelTitle.activeForeground#ececf1
  • panelTitle.inactiveForeground#6d6d73
  • peekView.border#3d3d42
  • peekViewEditor.background#2d2d30
  • peekViewEditor.matchHighlightBackground#3d3d42
  • peekViewResult.background#2d2d30
  • peekViewResult.lineForeground#ececf1
  • peekViewResult.matchHighlightBackground#3d3d42
  • peekViewResult.selectionBackground#3d3d42
  • peekViewTitle.background#2d2d30
  • progressBar.background#ff6b35
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#5d5d63
  • scrollbarSlider.background#3d3d42
  • scrollbarSlider.hoverBackground#4d4d52
  • selection.background#3d3d42
  • sideBar.background#1f1f23
  • sideBar.foreground#ececf1
  • sideBarSectionHeader.background#25252a
  • sideBarSectionHeader.foreground#adadb5
  • sideBarTitle.foreground#ff6b35
  • statusBar.background#1f1f23
  • statusBar.border#2d2d30
  • statusBar.debuggingBackground#ff6b35
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ececf1
  • statusBar.noFolderBackground#1f1f23
  • tab.activeBackground#25252a
  • tab.activeBorder#ff6b35
  • tab.activeBorderTop#ff6b35
  • tab.activeForeground#ececf1
  • tab.border#2d2d30
  • tab.inactiveBackground#1a1a1d
  • tab.inactiveForeground#6d6d73
  • terminal.ansiBlack#1a1a1d
  • terminal.ansiBlue#4dabf7
  • terminal.ansiBrightBlack#3d3d42
  • terminal.ansiBrightBlue#74c0fc
  • terminal.ansiBrightCyan#67e8f9
  • terminal.ansiBrightGreen#8ce99a
  • terminal.ansiBrightMagenta#ff8c42
  • terminal.ansiBrightRed#ff8787
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffe066
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#6bcf7f
  • terminal.ansiMagenta#ff6b35
  • terminal.ansiRed#ff6b6b
  • terminal.ansiWhite#ececf1
  • terminal.ansiYellow#ffd93d
  • terminal.background#1a1a1d
  • terminal.foreground#ececf1
  • titleBar.activeBackground#1a1a1d
  • titleBar.activeForeground#ececf1
  • titleBar.inactiveBackground#1a1a1d
  • titleBar.inactiveForeground#6d6d73
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6d6d73italic
variable, string constant.other.placeholder#ececf1
constant.other.color#ececf1
invalid, invalid.illegal#ff6b6b
keyword, storage.type, storage.modifier#ff6b35
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#adadb5
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#ececf1
support.other.variable.use, string.other.link#ececf1
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#ececf1
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#ececf1
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#ff6b35italic
source.js constant.other.object.key.js string.unquoted.label.js#ff6b35italic
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