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.activeBorder#512BD4
  • activityBar.background#FFFFFF
  • activityBar.border#512BD4
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#595959
  • activityBarBadge.background#512BD4
  • activityBarBadge.foreground#FFFFFF
  • badge.background#512BD4
  • badge.foreground#FFFFFF
  • button.background#FFFFFF
  • button.border#512BD4
  • button.foreground#000000
  • button.hoverBackground#512BD444
  • contrastActiveBorder#000000
  • contrastBorder#512BD4
  • dropdown.background#FFFFFF
  • dropdown.border#512BD4
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#512BD455
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#512BD422
  • editor.foreground#000000
  • editor.selectionBackground#512BD455
  • editor.selectionHighlightBackground#512BD422
  • editor.selectionHighlightBorder#512BD4
  • editor.wordHighlightBackground#512BD422
  • editor.wordHighlightBorder#512BD4
  • editorBracketMatch.background#512BD422
  • editorBracketMatch.border#512BD4
  • editorCursor.foreground#512BD4
  • editorGroup.border#C8C8C8
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGroupHeader.tabsBorder#512BD4
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#512BD4
  • editorIndentGuide.activeBackground1#512BD4
  • editorIndentGuide.background1#C8C8C8
  • editorLineNumber.activeForeground#512BD4
  • editorLineNumber.foreground#595959
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#512BD4
  • editorSuggestWidget.highlightForeground#512BD4
  • editorSuggestWidget.selectedBackground#512BD433
  • editorWhitespace.foreground#C8C8C8
  • editorWidget.background#FFFFFF
  • editorWidget.border#512BD4
  • extensionButton.prominentBackground#FFFFFF
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#512BD444
  • focusBorder#000000
  • gitDecoration.modifiedResourceForeground#512BD4
  • input.background#FFFFFF
  • input.border#512BD4
  • input.foreground#000000
  • input.placeholderForeground#595959
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#512BD444
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.highlightForeground#512BD4
  • list.hoverBackground#512BD422
  • list.inactiveSelectionBackground#512BD422
  • minimap.findMatchHighlight#512BD4
  • panel.background#FFFFFF
  • panel.border#512BD4
  • panelTitle.activeBorder#512BD4
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#595959
  • peekView.border#512BD4
  • progressBar.background#512BD4
  • scrollbarSlider.activeBackground#512BD4AA
  • scrollbarSlider.background#59595944
  • scrollbarSlider.hoverBackground#512BD466
  • sideBar.background#FFFFFF
  • sideBar.border#512BD4
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.border#512BD4
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#2B2B2B
  • statusBar.background#FFFFFF
  • statusBar.border#512BD4
  • statusBar.debuggingBackground#512BD4
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FFFFFF
  • statusBarItem.hoverBackground#512BD433
  • statusBarItem.remoteBackground#4625B6
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#512BD4
  • tab.activeForeground#000000
  • tab.border#512BD4
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#595959
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • terminalCursor.foreground#512BD4
  • textLink.activeForeground#4625B6
  • textLink.foreground#512BD4
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2B2B2B
  • titleBar.border#512BD4
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#595959
  • tree.indentGuidesStroke#C8C8C8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#426048italic
string, punctuation.definition.string#84480C
constant.numeric, constant.language, constant.character#2A5A66
keyword, keyword.control, storage, storage.type#512BD4bold
entity.name.function, support.function#482A00
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#183048
variable, variable.parameter#121290
entity.name.tag, meta.tag#512BD4bold
entity.other.attribute-name#121290
keyword.operator, punctuation#242424
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#482A00