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#000000ff
  • activityBar.border#363636af
  • activityBar.foreground#949494ff
  • activityBarBadge.background#363636ff
  • breadcrumb.background#000000ff
  • breadcrumb.focusForeground#949494ff
  • breadcrumb.foreground#363636ff
  • button.background#363636ff
  • button.foreground#ffffffff
  • button.secondaryBackground#363636ff
  • button.secondaryForeground#ffffffff
  • commandCenter.background#000000ff
  • commandCenter.foreground#363636ff
  • editor.background#000000ff
  • editor.findMatchBackground#36363677
  • editor.findMatchHighlightBackground#36363677
  • editor.foldBackground#36363677
  • editor.foreground#ffffffff
  • editor.selectionBackground#363636bf
  • editorBracketHighlight.foreground1#363636ff
  • editorBracketHighlight.foreground2#949494ff
  • editorBracketHighlight.foreground3#949494ff
  • editorError.foreground#F83379
  • editorGroup.emptyBackground#000000ff
  • editorGroupHeader.noTabsBackground#000000ff
  • editorGroupHeader.tabsBackground#000000ff
  • editorGutter.addedBackground#949494ff
  • editorGutter.background#000000ff
  • editorGutter.deletedBackground#363636ff
  • editorGutter.modifiedBackground#363636ff
  • editorHoverWidget.background#000000ff
  • editorHoverWidget.border#363636af
  • editorIndentGuide.activeBackground1#363636af
  • editorIndentGuide.background1#000000ff
  • editorInfo.foreground#00B5B5
  • editorLineNumber.activeForeground#949494ff
  • editorLineNumber.foreground#363636af
  • editorLink.activeForeground#363636ff
  • editorLink.foreground#363636ff
  • editorOverviewRuler.errorForeground#F83379
  • editorOverviewRuler.findMatchForeground#36363677
  • editorOverviewRuler.infoForeground#00B5B5
  • editorOverviewRuler.warningForeground#D3B857
  • editorSuggestWidget.background#000000ff
  • editorSuggestWidget.border#363636af
  • editorSuggestWidget.focusHighlightForeground#949494ff
  • editorSuggestWidget.foreground#ffffffff
  • editorSuggestWidget.highlightForeground#949494ff
  • editorSuggestWidget.selectedBackground#36363677
  • editorSuggestWidget.selectedForeground#949494ff
  • editorSuggestWidget.selectedIconForeground#949494ff
  • editorWarning.foreground#D3B857
  • editorWidget.background#000000ff
  • editorWidget.border#363636af
  • editorWidget.foreground#363636ff
  • editorWidget.resizeBorder#363636af
  • focusBorder#949494ff
  • gitDecoration.addedResourceForeground#363636ff
  • gitDecoration.conflictingResourceForeground#949494ff
  • gitDecoration.deletedResourceForeground#363636ff
  • gitDecoration.ignoredResourceForeground#363636ff
  • gitDecoration.modifiedResourceForeground#363636ff
  • gitDecoration.submoduleResourceForeground#ffffffff
  • gitDecoration.untrackedResourceForeground#949494ff
  • input.background#000000ff
  • input.border#363636ff
  • input.foreground#ffffffff
  • list.activeSelectionBackground#36363677
  • list.activeSelectionForeground#ffffffff
  • list.deemphasizedForeground#363636ff
  • list.errorForeground#F83379
  • list.focusBackground#949494ff
  • list.focusOutline#949494ff
  • list.highlightForeground#949494ff
  • list.hoverBackground#000000ff
  • list.inactiveFocusBackground#363636ff
  • list.inactiveSelectionBackground#000000ff
  • list.infoForeground#00B5B5
  • list.warningForeground#D3B857
  • menu.background#000000ff
  • menu.border#363636ff
  • menu.foreground#ffffffff
  • menu.selectionBackground#363636ff
  • menu.separatorBackground#363636ff
  • minimap.errorHighlight#F83379
  • minimap.infoHighlight#00B5B5
  • minimap.warningHighlight#D3B857
  • notificationsErrorIcon.foreground#F83379
  • notificationsInfoIcon.foreground#00B5B5
  • notificationsWarningIcon.foreground#D3B857
  • panel.background#000000ff
  • panel.border#363636af
  • sideBar.background#000000ff
  • sideBar.border#363636af
  • sideBarSectionHeader.background#000000ff
  • sideBarTitle.foreground#363636ff
  • statusBar.background#000000ff
  • statusBar.border#363636af
  • statusBar.foreground#363636ff
  • tab.activeBorderTop#363636ff
  • tab.border#000000ff
  • tab.inactiveBackground#000000ff
  • tab.unfocusedActiveBackground#000000ff
  • textLink.activeForeground#363636ff
  • textLink.foreground#363636ff
  • titleBar.activeBackground#000000ff
  • titleBar.border#363636af
  • titleBar.inactiveBackground#000000ff
  • titleBar.inactiveForeground#363636ff
  • tree.indentGuidesStroke#363636ff
  • welcomePage.background#000000ff

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#949494ff
keyword.operator, storage.type, meta.link#949494ff
keyword.operator.namespace#949494ff
comment#363636ff
entity.name.type, entity.name.class, support.class, entity.name.type.alias, support.type, entity.name.struct, support.type.struct, markup.inline.raw#949494ff
entity.name.tag#363636ff
meta.tag.attributes, support.type.property-name.toml, support.type.property-name.array, support.type.property-name.table#ffffffff
support.class.component, entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#949494ff
entity.name.function, support.function, variable.function, entity.name.macro, entity.other.attribute-name.class, heading#949494ffbold
variable.other.enummember, constant.numeric, support.constant.property-value, markup.bold, constant.language.json#949494ff
keyword, keyword.operator#949494ff
support.type.property-name#949494ff
variable.annotation, meta.decorator, punctuation.definition.string, string.quoted, string.template, entity.name.function.call, support.function.call#363636ff
comment.documentation#363636ff
storage.modifierbold
evoke by rautenbergf - VS Code Theme