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#8C73E3
  • activityBar.background#181818
  • activityBar.border#2E2E2E
  • activityBar.foreground#D4D4D4
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#8C73E3
  • activityBarBadge.foreground#000000
  • badge.background#8C73E3
  • badge.foreground#000000
  • button.background#8C73E3
  • button.foreground#000000
  • button.hoverBackground#A591E9
  • dropdown.background#181818
  • dropdown.foreground#D4D4D4
  • editor.background#1E1E1E
  • editor.findMatchBackground#8C73E355
  • editor.findMatchHighlightBackground#8C73E322
  • editor.foreground#D4D4D4
  • editor.selectionBackground#8C73E344
  • editor.selectionHighlightBackground#8C73E322
  • editor.wordHighlightBackground#8C73E322
  • editorBracketMatch.background#8C73E322
  • editorBracketMatch.border#8C73E3
  • editorCursor.foreground#8C73E3
  • editorGroup.border#2E2E2E
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2E2E2E
  • editorHoverWidget.background#181818
  • editorHoverWidget.border#2E2E2E
  • editorIndentGuide.activeBackground1#8C73E3
  • editorIndentGuide.background1#2E2E2E
  • editorLineNumber.activeForeground#8C73E3
  • editorLineNumber.foreground#8A8A8A
  • editorSuggestWidget.background#181818
  • editorSuggestWidget.border#2E2E2E
  • editorSuggestWidget.highlightForeground#8C73E3
  • editorSuggestWidget.selectedBackground#8C73E333
  • editorWhitespace.foreground#2E2E2E
  • editorWidget.background#181818
  • editorWidget.border#2E2E2E
  • extensionButton.prominentBackground#8C73E3
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#A591E9
  • focusBorder#8C73E3
  • gitDecoration.modifiedResourceForeground#8C73E3
  • input.background#181818
  • input.foreground#D4D4D4
  • input.placeholderForeground#8A8A8A
  • inputOption.activeBorder#8C73E3
  • list.activeSelectionBackground#8C73E344
  • list.activeSelectionForeground#D4D4D4
  • list.focusOutline#8C73E3
  • list.highlightForeground#8C73E3
  • list.hoverBackground#181818
  • list.inactiveSelectionBackground#8C73E322
  • minimap.findMatchHighlight#8C73E3
  • panel.background#1E1E1E
  • panel.border#2E2E2E
  • panelTitle.activeBorder#8C73E3
  • panelTitle.activeForeground#D4D4D4
  • panelTitle.inactiveForeground#8A8A8A
  • peekView.border#8C73E3
  • progressBar.background#8C73E3
  • scrollbarSlider.activeBackground#8C73E3AA
  • scrollbarSlider.background#8A8A8A44
  • scrollbarSlider.hoverBackground#8C73E366
  • sideBar.background#1E1E1E
  • sideBar.border#2E2E2E
  • sideBar.foreground#B0B0B0
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#2E2E2E
  • sideBarSectionHeader.foreground#D4D4D4
  • sideBarTitle.foreground#B0B0B0
  • statusBar.background#8C73E3
  • statusBar.border#2E2E2E
  • statusBar.debuggingBackground#A591E9
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#A591E9
  • statusBarItem.hoverBackground#8C73E333
  • statusBarItem.remoteBackground#A591E9
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1E1E1E
  • tab.activeBorderTop#8C73E3
  • tab.activeForeground#D4D4D4
  • tab.border#2E2E2E
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8A8A8A
  • terminal.background#1E1E1E
  • terminal.foreground#D4D4D4
  • terminalCursor.foreground#8C73E3
  • textLink.activeForeground#A591E9
  • textLink.foreground#8C73E3
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#B0B0B0
  • titleBar.border#2E2E2E
  • titleBar.inactiveBackground#181818
  • titleBar.inactiveForeground#8A8A8A
  • tree.indentGuidesStroke#2E2E2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C9672italic
string, punctuation.definition.string#CC6C00
constant.numeric, constant.language, constant.character#84FCAE
keyword, keyword.control, storage, storage.type#8C73E3
entity.name.function, support.function#FCBA2A
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#96F0EA
variable, variable.parameter#A8BAFC
entity.name.tag, meta.tag#8C73E3
entity.other.attribute-name#A8BAFC
keyword.operator, punctuation#A27E96
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#FCBA2A