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#D36981
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#D36981
  • activityBarBadge.foreground#000000
  • badge.background#D36981
  • badge.foreground#000000
  • button.background#D36981
  • button.foreground#000000
  • button.hoverBackground#DD889C
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#D3698155
  • editor.findMatchHighlightBackground#D3698122
  • editor.foreground#D5D0DB
  • editor.selectionBackground#D3698144
  • editor.selectionHighlightBackground#D3698122
  • editor.wordHighlightBackground#D3698122
  • editorBracketMatch.background#D3698122
  • editorBracketMatch.border#D36981
  • editorCursor.foreground#D36981
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#D36981
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#D36981
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#D36981
  • editorSuggestWidget.selectedBackground#D3698133
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#D36981
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#DD889C
  • focusBorder#D36981
  • gitDecoration.modifiedResourceForeground#D36981
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#D36981
  • list.activeSelectionBackground#D3698144
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#D36981
  • list.highlightForeground#D36981
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#D3698122
  • minimap.findMatchHighlight#D36981
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#D36981
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#D36981
  • progressBar.background#D36981
  • scrollbarSlider.activeBackground#D36981AA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#D3698166
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#D36981
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#DD889C
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#DD889C
  • statusBarItem.hoverBackground#D3698133
  • statusBarItem.remoteBackground#DD889C
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#D36981
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#D36981
  • textLink.activeForeground#DD889C
  • textLink.foreground#D36981
  • 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#BACCA2italic
string, punctuation.definition.string#BA903C
constant.numeric, constant.language, constant.character#72DEFC
keyword, keyword.control, storage, storage.type#D36981
entity.name.function, support.function#DEEA84
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#9CF0E4
variable, variable.parameter#5A9CF6
entity.name.tag, meta.tag#D36981
entity.other.attribute-name#5A9CF6
keyword.operator, punctuation#72A8B4
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#DEEA84