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#9E88E7
  • activityBar.background#000000
  • activityBar.border#9E88E7
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#9E88E7
  • activityBarBadge.foreground#000000
  • badge.background#9E88E7
  • badge.foreground#000000
  • button.background#000000
  • button.border#9E88E7
  • button.foreground#FFFFFF
  • button.hoverBackground#9E88E744
  • contrastActiveBorder#FFFFFF
  • contrastBorder#9E88E7
  • dropdown.background#000000
  • dropdown.border#9E88E7
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#9E88E755
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#9E88E722
  • editor.foreground#FFFFFF
  • editor.selectionBackground#9E88E755
  • editor.selectionHighlightBackground#9E88E722
  • editor.selectionHighlightBorder#9E88E7
  • editor.wordHighlightBackground#9E88E722
  • editor.wordHighlightBorder#9E88E7
  • editorBracketMatch.background#9E88E722
  • editorBracketMatch.border#9E88E7
  • editorCursor.foreground#9E88E7
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#9E88E7
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#9E88E7
  • editorIndentGuide.activeBackground1#9E88E7
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#9E88E7
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#9E88E7
  • editorSuggestWidget.highlightForeground#9E88E7
  • editorSuggestWidget.selectedBackground#9E88E733
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#9E88E7
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#9E88E744
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#9E88E7
  • input.background#000000
  • input.border#9E88E7
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#9E88E744
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#9E88E7
  • list.hoverBackground#9E88E722
  • list.inactiveSelectionBackground#9E88E722
  • minimap.findMatchHighlight#9E88E7
  • panel.background#000000
  • panel.border#9E88E7
  • panelTitle.activeBorder#9E88E7
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#9E88E7
  • progressBar.background#9E88E7
  • scrollbarSlider.activeBackground#9E88E7AA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#9E88E766
  • sideBar.background#000000
  • sideBar.border#9E88E7
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#9E88E7
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#9E88E7
  • statusBar.debuggingBackground#9E88E7
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#9E88E733
  • statusBarItem.remoteBackground#B6A6ED
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#9E88E7
  • tab.activeForeground#FFFFFF
  • tab.border#9E88E7
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#9E88E7
  • textLink.activeForeground#B6A6ED
  • textLink.foreground#9E88E7
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#9E88E7
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#72A27Eitalic
string, punctuation.definition.string#BA90A8
constant.numeric, constant.language, constant.character#AEFC1E
keyword, keyword.control, storage, storage.type#9E88E7bold
entity.name.function, support.function#96A212
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#2AEAA2
variable, variable.parameter#C0CCFC
entity.name.tag, meta.tag#9E88E7bold
entity.other.attribute-name#C0CCFC
keyword.operator, punctuation#EAF0F6
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#96A212