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#080808
  • activityBar.foreground#FFFFFF44
  • activityBarBadge.background#007ACC
  • editor.background#080808
  • editor.foreground#FFFFFF
  • editorGroup.border#00000000
  • editorGroupHeader.tabsBackground#080808
  • editorLineNumber.foreground#FFFFFF11
  • scrollbar.shadow#00000000
  • sideBar.background#080808
  • sideBarSectionHeader.background#080808
  • sideBarSectionHeader.foreground#FFFFFF44
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#080808
  • statusBar.foreground#FFFFFF44
  • statusBarItem.activeBackground#FFFFFF44
  • statusBarItem.hoverBackground#111111
  • tab.activeBackground#080808
  • tab.activeBorder#FFFFFF
  • tab.border#FFFFFF22
  • tab.inactiveBackground#080808
  • titleBar.activeBackground#080808
  • titleBar.inactiveBackground#080808

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.template.expression.js, entity.name.tag.css, entity.other.attribute-name#ffffff
comment, meta.type.annotation, punctuation, punctuation.definition.comment, entity.other.attribute-name.tsx, entity.other.attribute-name.jsx, entity.other.attribute-name.html#acacac
keyword, storage.type, support.variable.semantic#71f3ff
string.quoted, string.template, constant.language.boolean, constant.numeric#6bf05f
Bichromatic by Hans Koch - VS Code Theme