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#D36969
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#D36969
  • activityBarBadge.foreground#000000
  • badge.background#D36969
  • badge.foreground#000000
  • button.background#D36969
  • button.foreground#000000
  • button.hoverBackground#DE8C8C
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#D3696955
  • editor.findMatchHighlightBackground#D3696922
  • editor.foreground#D5D0DB
  • editor.selectionBackground#D3696944
  • editor.selectionHighlightBackground#D3696922
  • editor.wordHighlightBackground#D3696922
  • editorBracketMatch.background#D3696922
  • editorBracketMatch.border#D36969
  • editorCursor.foreground#D36969
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#D36969
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#D36969
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#D36969
  • editorSuggestWidget.selectedBackground#D3696933
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#D36969
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#DE8C8C
  • focusBorder#D36969
  • gitDecoration.modifiedResourceForeground#D36969
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#D36969
  • list.activeSelectionBackground#D3696944
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#D36969
  • list.highlightForeground#D36969
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#D3696922
  • minimap.findMatchHighlight#D36969
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#D36969
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#D36969
  • progressBar.background#D36969
  • scrollbarSlider.activeBackground#D36969AA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#D3696966
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#D36969
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#DE8C8C
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#DE8C8C
  • statusBarItem.hoverBackground#D3696933
  • statusBarItem.remoteBackground#DE8C8C
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#D36969
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#D36969
  • textLink.activeForeground#DE8C8C
  • textLink.foreground#D36969
  • 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#C6EADEitalic
string, punctuation.definition.string#B48AAE
constant.numeric, constant.language, constant.character#CCEA90
keyword, keyword.control, storage, storage.type#D36969
entity.name.function, support.function#CCA248
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#60A2F6
variable, variable.parameter#C0D2FC
entity.name.tag, meta.tag#D36969
entity.other.attribute-name#C0D2FC
keyword.operator, punctuation#96B4A2
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#CCA248