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.foreground#43B9D8
  • activityBar.inactiveForeground#0063a5a6
  • activityBarBadge.background#000
  • activityBarBadge.foreground#43B9D8
  • badge.background#000
  • badge.foreground#43B9D8
  • dropdown.background#000
  • dropdown.border#001f3f
  • dropdown.foreground#43B9D8
  • editor.background#000
  • editor.lineHighlightBackground#0063a5a6
  • editorGroupHeader.tabsBackground#000
  • editorHoverWidget.border#001f3f
  • editorIndentGuide.activeBackground#0063a5a6
  • editorIndentGuide.background#0063a5a6
  • editorLineNumber.activeForeground#43B9D8
  • editorLineNumber.foreground#0063a5a6
  • editorSuggestWidget.background#001f3f
  • editorSuggestWidget.border#001f3f
  • editorWidget.background#001f3f
  • focusBorder#001f3f
  • foreground#43B9D8
  • input.background#000
  • list.activeSelectionBackground#43B9D8
  • list.hoverBackground#001f3f
  • list.inactiveSelectionBackground#001f3f
  • menu.foreground#43B9D8
  • menu.separatorBackground#0063a5
  • panel.border#0063a5a6
  • panelTitle.activeForeground#43B9D8
  • panelTitle.inactiveForeground#0063a5a6
  • peekViewEditor.background#000
  • progressBar.background#43B9D8
  • scrollbarSlider.activeBackground#0063a5a6
  • scrollbarSlider.background#0063a5a6
  • scrollbarSlider.hoverBackground#0063a5a6
  • sideBar.background#000
  • sideBar.border#001f3f
  • sideBarSectionHeader.background#001f3f
  • statusBar.background#000
  • statusBar.foreground#0063a5a6
  • statusBar.noFolderBackground#000
  • tab.activeBorder#43B9D8
  • tab.activeForeground#43B9D8
  • tab.border#000
  • tab.inactiveBackground#000
  • titleBar.activeBackground#000
  • titleBar.activeForeground#43B9D8
  • titleBar.inactiveBackground#000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment, punctuation.definition.comment, string.quoted.docstring.multi, string.quoted.docstring.multi storage.type.string#5c6370italic
string#43B9D8
storage#0099ff
keyword, constant, variable.language#f6b
entity, support#4ec7ff
variable.language#00ffea94
variable.parameteritalic
meta.function-call.objectunderline
meta#ddd
invalid#FF0B00
source.json, support.dictionary.json, support.type.property-name.json#fff
source.json string, source.json punctuation.definition.string, punctuation.definition.string.end.json, punctuation.definition.string.begin.json, structure.dictionary.property-name.json#43B9D8
entity.other#8df
entity.name.tag.block.any.html, entity.name.tag.inline.any.html, entity.name.tag.structure.any.html, entity.name.tag.html, meta.jsx.children.tsx, meta.tag.block.any.html, meta.tag.inline.any.html#00AAEF
punctuation.definition.tag.end.html, punctuation.definition.tag.begin.html#777
support.type.property-name.css, source.css support, source.stylus support, source.css support.constant#ddd
source.css punctuation.definition.keyword, source.css keyword.control, keyword.other.important.scss#f6b
entity.other.attribute-name.id.css, entity.other.attribute-name.pseudo-element.css, punctuation.definition.entity.css, entity.name.tag.css#8df
keyword.other.unit.css, keyword.other.unit.px.css, keyword.other.unit.percentage.css, constant.other.color.rgb-value.hex.css, keyword.other.unit.ms.css, keyword.other.unit.s.css, keyword.other.unit.vh.css, keyword.other.unit.vw.css, keyword.other.unit.deg.css, keyword.other.unit.fr.css, source.css variable, source.stylus variable, support.constant.property-value.css, source.stylus constant, source.css constant, support.function.misc.scss, punctuation.definition.constant.css#a8f
source.css string, source.css punctuation.definition.string, source.stylus string, source.stylus punctuation.definition.string#98c379

Shiki preview

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

Loading...