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

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#7db7b7ff
keyword.operator, storage.type, meta.link#00d200ff
keyword.operator.namespace#7db7b7ff
comment#518989ff
entity.name.type, entity.name.class, support.class, entity.name.type.alias, support.type, entity.name.struct, support.type.struct, markup.inline.raw#eb8e8fff
entity.name.tag#00943bff
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#eb8e8fff
entity.name.function, support.function, variable.function, entity.name.macro, entity.other.attribute-name.class, heading#5cdadbffbold
variable.other.enummember, constant.numeric, support.constant.property-value, markup.bold, constant.language.json#ff5dcaff
keyword, keyword.operator#00d200ff
support.type.property-name#7db7b7ff
variable.annotation, meta.decorator, punctuation.definition.string, string.quoted, string.template, entity.name.function.call, support.function.call#00b3b4ff
comment.documentation#518989ff
storage.modifierbold
evoke by rautenbergf - VS Code Theme