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#000407ff
  • activityBar.border#3c3a45af
  • activityBar.foreground#b8b2d3ff
  • activityBarBadge.background#0083b9ff
  • breadcrumb.background#000407ff
  • breadcrumb.focusForeground#b8b2d3ff
  • breadcrumb.foreground#5f5d68ff
  • button.background#5f5d68ff
  • button.foreground#f8f8f8ff
  • button.secondaryBackground#3a3942ff
  • button.secondaryForeground#f8f8f8ff
  • commandCenter.background#000407ff
  • commandCenter.foreground#5f5d68ff
  • editor.background#000407ff
  • editor.findMatchBackground#f9337177
  • editor.findMatchHighlightBackground#3a394277
  • editor.foldBackground#3a394277
  • editor.foreground#f8f8f8ff
  • editor.selectionBackground#3a3942bf
  • editorBracketHighlight.foreground1#a090e2ff
  • editorBracketHighlight.foreground2#1cd37dff
  • editorBracketHighlight.foreground3#eea398ff
  • editorError.foreground#F83379
  • editorGroup.emptyBackground#000407ff
  • editorGroupHeader.noTabsBackground#000407ff
  • editorGroupHeader.tabsBackground#000407ff
  • editorGutter.addedBackground#00d4ffff
  • editorGutter.background#000407ff
  • editorGutter.deletedBackground#f93371ff
  • editorGutter.modifiedBackground#a090e2ff
  • editorHoverWidget.background#000407ff
  • editorHoverWidget.border#3c3a45af
  • editorIndentGuide.activeBackground1#3c3a45af
  • editorIndentGuide.background1#19181fff
  • editorInfo.foreground#00B5B5
  • editorLineNumber.activeForeground#00d4ffff
  • editorLineNumber.foreground#3c3a45af
  • editorLink.activeForeground#f93371ff
  • editorLink.foreground#f93371ff
  • editorOverviewRuler.errorForeground#F83379
  • editorOverviewRuler.findMatchForeground#f9337177
  • editorOverviewRuler.infoForeground#00B5B5
  • editorOverviewRuler.warningForeground#D3B857
  • editorSuggestWidget.background#000407ff
  • editorSuggestWidget.border#3c3a45af
  • editorSuggestWidget.focusHighlightForeground#00d4ffff
  • editorSuggestWidget.foreground#f8f8f8ff
  • editorSuggestWidget.highlightForeground#00d4ffff
  • editorSuggestWidget.selectedBackground#3a394277
  • editorSuggestWidget.selectedForeground#00d4ffff
  • editorSuggestWidget.selectedIconForeground#00d4ffff
  • editorWarning.foreground#D3B857
  • editorWidget.background#000407ff
  • editorWidget.border#3c3a45af
  • editorWidget.foreground#a090e2ff
  • editorWidget.resizeBorder#3c3a45af
  • focusBorder#00d4ffff
  • gitDecoration.addedResourceForeground#a090e2ff
  • gitDecoration.conflictingResourceForeground#1cd37dff
  • gitDecoration.deletedResourceForeground#f93371ff
  • gitDecoration.ignoredResourceForeground#5f5d68ff
  • gitDecoration.modifiedResourceForeground#a090e2ff
  • gitDecoration.submoduleResourceForeground#eee1ffff
  • gitDecoration.untrackedResourceForeground#8ecd83ff
  • input.background#000407ff
  • input.border#3a3942ff
  • input.foreground#f8f8f8ff
  • list.activeSelectionBackground#3a394277
  • list.activeSelectionForeground#f8f8f8ff
  • list.deemphasizedForeground#5f5d68ff
  • list.errorForeground#F83379
  • list.focusBackground#b8b2d3ff
  • list.focusOutline#00d4ffff
  • list.highlightForeground#00d4ffff
  • list.hoverBackground#19181fff
  • list.inactiveFocusBackground#5f5d68ff
  • list.inactiveSelectionBackground#19181fff
  • list.infoForeground#00B5B5
  • list.warningForeground#D3B857
  • menu.background#000407ff
  • menu.border#3a3942ff
  • menu.foreground#f8f8f8ff
  • menu.selectionBackground#3a3942ff
  • menu.separatorBackground#3a3942ff
  • minimap.errorHighlight#F83379
  • minimap.infoHighlight#00B5B5
  • minimap.warningHighlight#D3B857
  • notificationsErrorIcon.foreground#F83379
  • notificationsInfoIcon.foreground#00B5B5
  • notificationsWarningIcon.foreground#D3B857
  • panel.background#000407ff
  • panel.border#3c3a45af
  • sideBar.background#000407ff
  • sideBar.border#3c3a45af
  • sideBarSectionHeader.background#000407ff
  • sideBarTitle.foreground#5f5d68ff
  • statusBar.background#000407ff
  • statusBar.border#3c3a45af
  • statusBar.foreground#5f5d68ff
  • tab.activeBorderTop#5f5d68ff
  • tab.border#000000ff
  • tab.inactiveBackground#000407ff
  • tab.unfocusedActiveBackground#19181fff
  • textLink.activeForeground#f93371ff
  • textLink.foreground#f93371ff
  • titleBar.activeBackground#000407ff
  • titleBar.border#3c3a45af
  • titleBar.inactiveBackground#000407ff
  • titleBar.inactiveForeground#5f5d68ff
  • tree.indentGuidesStroke#5f5d68ff
  • welcomePage.background#000407ff

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#b8b2d3ff
keyword.operator, storage.type, meta.link#00d4ffff
keyword.operator.namespace#b8b2d3ff
comment#7e7897ff
entity.name.type, entity.name.class, support.class, entity.name.type.alias, support.type, entity.name.struct, support.type.struct, markup.inline.raw#eea398ff
entity.name.tag#0083b9ff
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#eea398ff
entity.name.function, support.function, variable.function, entity.name.macro, entity.other.attribute-name.class, heading#dbcfffffbold
variable.other.enummember, constant.numeric, support.constant.property-value, markup.bold, constant.language.json#1cd37dff
keyword, keyword.operator#00d4ffff
support.type.property-name#b8b2d3ff
variable.annotation, meta.decorator, punctuation.definition.string, string.quoted, string.template, entity.name.function.call, support.function.call#a090e2ff
comment.documentation#7e7897ff
storage.modifierbold
evoke by rautenbergf - VS Code Theme