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#000001ff
  • activityBar.border#2f4036af
  • activityBar.foreground#b0bf8cff
  • activityBarBadge.background#b82eafff
  • breadcrumb.background#000001ff
  • breadcrumb.focusForeground#b0bf8cff
  • breadcrumb.foreground#595e6eff
  • button.background#595e6eff
  • button.foreground#f8f8f8ff
  • button.secondaryBackground#2a3f3dff
  • button.secondaryForeground#f8f8f8ff
  • commandCenter.background#000001ff
  • commandCenter.foreground#595e6eff
  • editor.background#000001ff
  • editor.findMatchBackground#00c68977
  • editor.findMatchHighlightBackground#2a3f3d77
  • editor.foldBackground#2a3f3d77
  • editor.foreground#f8f8f8ff
  • editor.selectionBackground#2a3f3dbf
  • editorBracketHighlight.foreground1#8091ffff
  • editorBracketHighlight.foreground2#00da00ff
  • editorBracketHighlight.foreground3#6ed28eff
  • editorError.foreground#F83379
  • editorGroup.emptyBackground#000001ff
  • editorGroupHeader.noTabsBackground#000001ff
  • editorGroupHeader.tabsBackground#000001ff
  • editorGutter.addedBackground#ae56ffff
  • editorGutter.background#000001ff
  • editorGutter.deletedBackground#00c689ff
  • editorGutter.modifiedBackground#8091ffff
  • editorHoverWidget.background#000001ff
  • editorHoverWidget.border#2f4036af
  • editorIndentGuide.activeBackground1#2f4036af
  • editorIndentGuide.background1#181a10ff
  • editorInfo.foreground#00B5B5
  • editorLineNumber.activeForeground#ae56ffff
  • editorLineNumber.foreground#2f4036af
  • editorLink.activeForeground#00c689ff
  • editorLink.foreground#00c689ff
  • editorOverviewRuler.errorForeground#F83379
  • editorOverviewRuler.findMatchForeground#00c68977
  • editorOverviewRuler.infoForeground#00B5B5
  • editorOverviewRuler.warningForeground#D3B857
  • editorSuggestWidget.background#000001ff
  • editorSuggestWidget.border#2f4036af
  • editorSuggestWidget.focusHighlightForeground#ae56ffff
  • editorSuggestWidget.foreground#f8f8f8ff
  • editorSuggestWidget.highlightForeground#ae56ffff
  • editorSuggestWidget.selectedBackground#2a3f3d77
  • editorSuggestWidget.selectedForeground#ae56ffff
  • editorSuggestWidget.selectedIconForeground#ae56ffff
  • editorWarning.foreground#D3B857
  • editorWidget.background#000001ff
  • editorWidget.border#2f4036af
  • editorWidget.foreground#8091ffff
  • editorWidget.resizeBorder#2f4036af
  • focusBorder#ae56ffff
  • gitDecoration.addedResourceForeground#8091ffff
  • gitDecoration.conflictingResourceForeground#00da00ff
  • gitDecoration.deletedResourceForeground#00c689ff
  • gitDecoration.ignoredResourceForeground#595e6eff
  • gitDecoration.modifiedResourceForeground#8091ffff
  • gitDecoration.submoduleResourceForeground#f8d8ffff
  • gitDecoration.untrackedResourceForeground#ea90ffff
  • input.background#000001ff
  • input.border#2a3f3dff
  • input.foreground#f8f8f8ff
  • list.activeSelectionBackground#2a3f3d77
  • list.activeSelectionForeground#f8f8f8ff
  • list.deemphasizedForeground#595e6eff
  • list.errorForeground#F83379
  • list.focusBackground#b0bf8cff
  • list.focusOutline#ae56ffff
  • list.highlightForeground#ae56ffff
  • list.hoverBackground#181a10ff
  • list.inactiveFocusBackground#595e6eff
  • list.inactiveSelectionBackground#181a10ff
  • list.infoForeground#00B5B5
  • list.warningForeground#D3B857
  • menu.background#000001ff
  • menu.border#2a3f3dff
  • menu.foreground#f8f8f8ff
  • menu.selectionBackground#2a3f3dff
  • menu.separatorBackground#2a3f3dff
  • minimap.errorHighlight#F83379
  • minimap.infoHighlight#00B5B5
  • minimap.warningHighlight#D3B857
  • notificationsErrorIcon.foreground#F83379
  • notificationsInfoIcon.foreground#00B5B5
  • notificationsWarningIcon.foreground#D3B857
  • panel.background#000001ff
  • panel.border#2f4036af
  • sideBar.background#000001ff
  • sideBar.border#2f4036af
  • sideBarSectionHeader.background#000001ff
  • sideBarTitle.foreground#595e6eff
  • statusBar.background#000001ff
  • statusBar.border#2f4036af
  • statusBar.foreground#595e6eff
  • tab.activeBorderTop#595e6eff
  • tab.border#000000ff
  • tab.inactiveBackground#000001ff
  • tab.unfocusedActiveBackground#181a10ff
  • textLink.activeForeground#00c689ff
  • textLink.foreground#00c689ff
  • titleBar.activeBackground#000001ff
  • titleBar.border#2f4036af
  • titleBar.inactiveBackground#000001ff
  • titleBar.inactiveForeground#595e6eff
  • tree.indentGuidesStroke#595e6eff
  • welcomePage.background#000001ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation, meta.bracket, meta.brace, punctuation.section.braces, punctuation.section.brackets, meta.parenthesis, punctuation.section.parens#b0bf8cff
keyword.operator, storage.type, meta.link#ae56ffff
keyword.operator.namespace#b0bf8cff
comment#a36b70ff
entity.name.type, entity.name.class, support.class, entity.name.type.alias, support.type, entity.name.struct, support.type.struct, markup.inline.raw#6ed28eff
entity.name.tag#b82eafff
meta.tag.attributes, support.type.property-name.toml, support.type.property-name.array, support.type.property-name.table#f8f8f8ff
support.class.component, entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#6ed28eff
entity.name.function, support.function, variable.function, entity.name.macro, entity.other.attribute-name.class, heading#afd7ffffbold
variable.other.enummember, constant.numeric, support.constant.property-value, markup.bold, constant.language.json#00da00ff
keyword, keyword.operator#ae56ffff
support.type.property-name#b0bf8cff
variable.annotation, meta.decorator, punctuation.definition.string, string.quoted, string.template, entity.name.function.call, support.function.call#8091ffff
comment.documentation#a36b70ff
storage.modifierbold