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#7F8C9F
  • activityBar.background#171C1E
  • activityBar.border#2A3134
  • activityBar.foreground#D5D0DB
  • activityBar.inactiveForeground#8A9095
  • activityBarBadge.background#7F8C9F
  • activityBarBadge.foreground#000000
  • badge.background#7F8C9F
  • badge.foreground#000000
  • button.background#7F8C9F
  • button.foreground#000000
  • button.hoverBackground#9CA6B5
  • dropdown.background#171C1E
  • dropdown.foreground#D5D0DB
  • editor.background#1D2325
  • editor.findMatchBackground#7F8C9F55
  • editor.findMatchHighlightBackground#7F8C9F22
  • editor.foreground#D5D0DB
  • editor.selectionBackground#7F8C9F44
  • editor.selectionHighlightBackground#7F8C9F22
  • editor.wordHighlightBackground#7F8C9F22
  • editorBracketMatch.background#7F8C9F22
  • editorBracketMatch.border#7F8C9F
  • editorCursor.foreground#7F8C9F
  • editorGroup.border#2A3134
  • editorGroupHeader.tabsBackground#171C1E
  • editorGroupHeader.tabsBorder#2A3134
  • editorHoverWidget.background#171C1E
  • editorHoverWidget.border#2A3134
  • editorIndentGuide.activeBackground1#7F8C9F
  • editorIndentGuide.background1#2A3134
  • editorLineNumber.activeForeground#7F8C9F
  • editorLineNumber.foreground#8A9095
  • editorSuggestWidget.background#171C1E
  • editorSuggestWidget.border#2A3134
  • editorSuggestWidget.highlightForeground#7F8C9F
  • editorSuggestWidget.selectedBackground#7F8C9F33
  • editorWhitespace.foreground#2A3134
  • editorWidget.background#171C1E
  • editorWidget.border#2A3134
  • extensionButton.prominentBackground#7F8C9F
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#9CA6B5
  • focusBorder#7F8C9F
  • gitDecoration.modifiedResourceForeground#7F8C9F
  • input.background#171C1E
  • input.foreground#D5D0DB
  • input.placeholderForeground#8A9095
  • inputOption.activeBorder#7F8C9F
  • list.activeSelectionBackground#7F8C9F44
  • list.activeSelectionForeground#D5D0DB
  • list.focusOutline#7F8C9F
  • list.highlightForeground#7F8C9F
  • list.hoverBackground#171C1E
  • list.inactiveSelectionBackground#7F8C9F22
  • minimap.findMatchHighlight#7F8C9F
  • panel.background#1D2325
  • panel.border#2A3134
  • panelTitle.activeBorder#7F8C9F
  • panelTitle.activeForeground#D5D0DB
  • panelTitle.inactiveForeground#8A9095
  • peekView.border#7F8C9F
  • progressBar.background#7F8C9F
  • scrollbarSlider.activeBackground#7F8C9FAA
  • scrollbarSlider.background#8A909544
  • scrollbarSlider.hoverBackground#7F8C9F66
  • sideBar.background#1D2325
  • sideBar.border#2A3134
  • sideBar.foreground#B4B8BE
  • sideBarSectionHeader.background#171C1E
  • sideBarSectionHeader.border#2A3134
  • sideBarSectionHeader.foreground#D5D0DB
  • sideBarTitle.foreground#B4B8BE
  • statusBar.background#7F8C9F
  • statusBar.border#2A3134
  • statusBar.debuggingBackground#96A1B0
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#96A1B0
  • statusBarItem.hoverBackground#7F8C9F33
  • statusBarItem.remoteBackground#96A1B0
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#7F8C9F
  • tab.activeForeground#D5D0DB
  • tab.border#2A3134
  • tab.inactiveBackground#171C1E
  • tab.inactiveForeground#8A9095
  • terminal.background#1D2325
  • terminal.foreground#D5D0DB
  • terminalCursor.foreground#7F8C9F
  • textLink.activeForeground#96A1B0
  • textLink.foreground#7F8C9F
  • 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#72A284italic
string, punctuation.definition.string#CC8A42
constant.numeric, constant.language, constant.character#DEE4CC
keyword, keyword.control, storage, storage.type#7F8C9F
entity.name.function, support.function#EADE78
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#00DEFC
variable, variable.parameter#3C9CEA
entity.name.tag, meta.tag#7F8C9F
entity.other.attribute-name#3C9CEA
keyword.operator, punctuation#BABAC0
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#EADE78