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#917DD9
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#917DD9
  • activityBarBadge.foreground#000000
  • badge.background#917DD9
  • badge.foreground#000000
  • button.background#917DD9
  • button.foreground#000000
  • button.hoverBackground#A998E1
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#917DD955
  • editor.findMatchHighlightBackground#917DD922
  • editor.foreground#D5D0DB
  • editor.selectionBackground#917DD944
  • editor.selectionHighlightBackground#917DD922
  • editor.wordHighlightBackground#917DD922
  • editorBracketMatch.background#917DD922
  • editorBracketMatch.border#917DD9
  • editorCursor.foreground#917DD9
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#917DD9
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#917DD9
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#917DD9
  • editorSuggestWidget.selectedBackground#917DD933
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#917DD9
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#A998E1
  • focusBorder#917DD9
  • gitDecoration.modifiedResourceForeground#917DD9
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#917DD9
  • list.activeSelectionBackground#917DD944
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#917DD9
  • list.highlightForeground#917DD9
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#917DD922
  • minimap.findMatchHighlight#917DD9
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#917DD9
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#917DD9
  • progressBar.background#917DD9
  • scrollbarSlider.activeBackground#917DD9AA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#917DD966
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#917DD9
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#A998E1
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#A998E1
  • statusBarItem.hoverBackground#917DD933
  • statusBarItem.remoteBackground#A998E1
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#917DD9
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#917DD9
  • textLink.activeForeground#A998E1
  • textLink.foreground#917DD9
  • titleBar.activeBackground#171C1E
  • titleBar.activeForeground#B4B8BE
  • titleBar.border#2A3134
  • titleBar.inactiveBackground#171C1E
  • titleBar.inactiveForeground#8A9095
  • tree.indentGuidesStroke#2A3134

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9CF0C6italic
string, punctuation.definition.string#C68A42
constant.numeric, constant.language, constant.character#B4E4F0
keyword, keyword.control, storage, storage.type#917DD9
entity.name.function, support.function#EAE47E
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#7E9CA8
variable, variable.parameter#8AC0FC
entity.name.tag, meta.tag#917DD9
entity.other.attribute-name#8AC0FC
keyword.operator, punctuation#849078
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#EAE47E