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#111111
  • activityBarBadge.background#111111
  • activityBarBadge.foreground#eeeeee
  • badge.background#111111
  • banner.background#111111
  • breadcrumb.background#111111
  • button.background#eeeeee
  • button.foreground#111111
  • button.hoverBackground#eeeeee
  • commandCenter.background#111111
  • debugToolBar.background#111111
  • editor.background#111111
  • editor.findMatchBackground#eeeeee66
  • editor.findMatchHighlightBackground#eeeeee22
  • editor.foldBackground#00000088
  • editor.foreground#eeeeee88
  • editor.hoverHighlightBackground#00000088
  • editor.inactiveSelectionBackground#eeeeee22
  • editor.lineHighlightBackground#eeeeee
  • editor.lineHighlightBorder#eeeeee
  • editor.selectionBackground#eeeeee22
  • editorCursor.foreground#eeeeee
  • editorGutter.background#111111
  • editorIndentGuide.activeBackground1#b0b0b044
  • editorIndentGuide.background1#b0b0b022
  • editorLineNumber.activeForeground#eeeeee
  • editorLineNumber.foreground#b0b0b022
  • editorLink.activeForeground#de91d7
  • editorPane.background#111111
  • editorWidget.background#111111
  • focusBorder#eeeeee88
  • foreground#eeeeee88
  • gitDecoration.conflictingResourceForeground#ebc88d
  • gitDecoration.deletedResourceForeground#be185d
  • gitDecoration.modifiedResourceForeground#dabaffff
  • gitDecoration.untrackedResourceForeground#a7cb7b
  • input.background#eeeeee22
  • list.activeSelectionBackground#eeeeee11
  • list.activeSelectionForeground#eeeeee
  • list.focusAndSelectionOutline#111111
  • list.focusBackground#111111
  • list.focusForeground#eeeeee88
  • list.focusHighlightForeground#eeeeee
  • list.focusOutline#111111
  • list.highlightForeground#eeeeee
  • list.hoverBackground#111111
  • list.hoverForeground#eeeeee
  • list.inactiveSelectionBackground#eeeeee11
  • list.inactiveSelectionForeground#eeeeee
  • listFilterWidget.background#111111
  • menu.background#111111
  • panel.background#111111
  • scrollbar.shadow#111111
  • selection.background#eeeeee22
  • sideBar.background#111111
  • sideBarSectionHeader.background#111111
  • sideBarTitle.foreground#eeeeee
  • statusBar.background#111111
  • statusBar.foreground#eeeeee
  • statusBarItem.errorBackground#f43f5e
  • tab.hoverBackground#111111
  • terminal.background#111111
  • textLink.activeForeground#eeeeee
  • textLink.foreground#eeeeee
  • titleBar.activeBackground#111111
  • titleBar.activeForeground#eeeeee
  • titleBar.inactiveBackground#111111

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#b0b0b0—
storage.type.ts, keyword.operator.new, keyword.other, keyword.control, storage.type, storage.modifier, meta.attribute.directive punctuation.attribute-shorthand#e03189—
string#b0b0b0—
support.type.property-name.json#dabaffff—
variable, string meta.interpolation#eeeeee—
comment#666666—
constant#eeeeee—
variable.language.this#e03189—
entity.other.alias, source.php support.class, entity.name.type, meta.function-call support.class, keyword.other.type, entity.other.inherited-class, entity.name.tag support.class.component, support.type.primitive#dabaffff—
meta.method-call entity.name.function, entity.name.tag#eeeeee
meta.function-call entity.name.function, meta.function-call support.function, meta.function.call entity.name.function#eeeeee
constant.enum, constant.other#eeeeee—
variable.other.property, entity.name.goto-label, entity.name.variable.parameter#eeeeee—
entity.name.function, support.function, support.function.constructor, entity.name.function meta.function-call meta.method-call#eeeeee
meta.tag entity.name.tag.html, entity.name.tag.template.html, entity.name.tag.script.html#eeeeee—
entity.other.attribute-name.html#eeeeee—
meta.tag.other.unrecognized.html entity.name.tag.html#e03189—
text.html keyword#dabaffff—
punctuation.definition.interpolation, punctuation.definition.block, punctuation.definition.tag#b0b0b0—