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#5939C6
  • activityBar.background#EFF4F6
  • activityBar.border#DCE3E6
  • activityBar.foreground#3A3543
  • activityBar.inactiveForeground#6E7378
  • activityBarBadge.background#5939C6
  • activityBarBadge.foreground#FFFFFF
  • badge.background#5939C6
  • badge.foreground#FFFFFF
  • button.background#5939C6
  • button.foreground#FFFFFF
  • button.hoverBackground#442B96
  • dropdown.background#EFF4F6
  • dropdown.foreground#3A3543
  • editor.background#F9FCFD
  • editor.findMatchBackground#5939C655
  • editor.findMatchHighlightBackground#5939C622
  • editor.foreground#3A3543
  • editor.selectionBackground#5939C644
  • editor.selectionHighlightBackground#5939C622
  • editor.wordHighlightBackground#5939C622
  • editorBracketMatch.background#5939C622
  • editorBracketMatch.border#5939C6
  • editorCursor.foreground#5939C6
  • editorGroup.border#DCE3E6
  • editorGroupHeader.tabsBackground#EFF4F6
  • editorGroupHeader.tabsBorder#DCE3E6
  • editorHoverWidget.background#EFF4F6
  • editorHoverWidget.border#DCE3E6
  • editorIndentGuide.activeBackground1#5939C6
  • editorIndentGuide.background1#DCE3E6
  • editorLineNumber.activeForeground#5939C6
  • editorLineNumber.foreground#6E7378
  • editorSuggestWidget.background#EFF4F6
  • editorSuggestWidget.border#DCE3E6
  • editorSuggestWidget.highlightForeground#5939C6
  • editorSuggestWidget.selectedBackground#5939C633
  • editorWhitespace.foreground#DCE3E6
  • editorWidget.background#EFF4F6
  • editorWidget.border#DCE3E6
  • extensionButton.prominentBackground#5939C6
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#442B96
  • focusBorder#5939C6
  • gitDecoration.modifiedResourceForeground#5939C6
  • input.background#EFF4F6
  • input.foreground#3A3543
  • input.placeholderForeground#6E7378
  • inputOption.activeBorder#5939C6
  • list.activeSelectionBackground#5939C644
  • list.activeSelectionForeground#3A3543
  • list.focusOutline#5939C6
  • list.highlightForeground#5939C6
  • list.hoverBackground#EFF4F6
  • list.inactiveSelectionBackground#5939C622
  • minimap.findMatchHighlight#5939C6
  • panel.background#F9FCFD
  • panel.border#DCE3E6
  • panelTitle.activeBorder#5939C6
  • panelTitle.activeForeground#3A3543
  • panelTitle.inactiveForeground#6E7378
  • peekView.border#5939C6
  • progressBar.background#5939C6
  • scrollbarSlider.activeBackground#5939C6AA
  • scrollbarSlider.background#6E737844
  • scrollbarSlider.hoverBackground#5939C666
  • sideBar.background#F9FCFD
  • sideBar.border#DCE3E6
  • sideBar.foreground#4A4F54
  • sideBarSectionHeader.background#EFF4F6
  • sideBarSectionHeader.border#DCE3E6
  • sideBarSectionHeader.foreground#3A3543
  • sideBarTitle.foreground#4A4F54
  • statusBar.background#5939C6
  • statusBar.border#DCE3E6
  • statusBar.debuggingBackground#5436BA
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#5436BA
  • statusBarItem.hoverBackground#5939C633
  • statusBarItem.remoteBackground#5436BA
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#F9FCFD
  • tab.activeBorderTop#5939C6
  • tab.activeForeground#3A3543
  • tab.border#DCE3E6
  • tab.inactiveBackground#EFF4F6
  • tab.inactiveForeground#6E7378
  • terminal.background#F9FCFD
  • terminal.foreground#3A3543
  • terminalCursor.foreground#5939C6
  • textLink.activeForeground#5436BA
  • textLink.foreground#5939C6
  • titleBar.activeBackground#EFF4F6
  • titleBar.activeForeground#4A4F54
  • titleBar.border#DCE3E6
  • titleBar.inactiveBackground#EFF4F6
  • titleBar.inactiveForeground#6E7378
  • tree.indentGuidesStroke#DCE3E6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C7860italic
string, punctuation.definition.string#906C12
constant.numeric, constant.language, constant.character#306078
keyword, keyword.control, storage, storage.type#5939C6
entity.name.function, support.function#725A30
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#067E78
variable, variable.parameter#3C78A8
entity.name.tag, meta.tag#5939C6
entity.other.attribute-name#3C78A8
keyword.operator, punctuation#484836
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#725A30