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.background#21252b
  • activityBar.border#181a1f
  • activityBar.foreground#61afef
  • activityBar.inactiveForeground#495162
  • activityBarBadge.background#61afef
  • activityBarBadge.foreground#21252b
  • badge.background#61afef
  • badge.foreground#21252b
  • button.background#61afef
  • button.foreground#21252b
  • button.hoverBackground#528bff
  • dropdown.background#21252b
  • dropdown.border#181a1f
  • dropdown.foreground#abb2bf
  • editor.background#282c34
  • editor.foreground#abb2bf
  • editor.inactiveSelectionBackground#3a3f4b
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#528bff
  • editorIndentGuide.activeBackground#4b5263
  • editorIndentGuide.background#3b4048
  • editorLineNumber.activeForeground#c678dd
  • editorLineNumber.foreground#495162
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#61afef
  • editorSuggestWidget.selectedBackground#2c313c
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#21252b
  • editorWidget.border#61afef
  • input.background#21252b
  • input.border#181a1f
  • input.foreground#abb2bf
  • input.placeholderForeground#5c6370
  • inputOption.activeBorder#61afef
  • list.activeSelectionBackground#2c313c
  • list.activeSelectionForeground#abb2bf
  • list.focusOutline#61afef
  • list.hoverBackground#2c313a
  • list.inactiveSelectionBackground#2c313a
  • panel.background#282c34
  • panel.border#181a1f
  • panelTitle.activeBorder#61afef
  • panelTitle.activeForeground#abb2bf
  • panelTitle.inactiveForeground#828997
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566680
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#21252b
  • sideBar.border#181a1f
  • sideBar.foreground#abb2bf
  • sideBarSectionHeader.background#282c34
  • sideBarSectionHeader.foreground#abb2bf
  • sideBarTitle.foreground#61afef
  • statusBar.background#21252b
  • statusBar.debuggingBackground#e06c75
  • statusBar.foreground#abb2bf
  • statusBar.noFolderBackground#21252b
  • tab.activeBackground#282c34
  • tab.activeBorder#61afef
  • tab.activeForeground#abb2bf
  • tab.border#181a1f
  • tab.inactiveBackground#21252b
  • tab.inactiveForeground#5c6370
  • terminal.ansiBlack#282c34
  • terminal.ansiBlue#61afef
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#abb2bf
  • terminal.ansiYellow#e5c07b
  • terminal.background#282c34
  • terminal.foreground#abb2bf
  • titleBar.activeBackground#21252b
  • titleBar.activeForeground#abb2bf
  • titleBar.border#181a1f
  • titleBar.inactiveBackground#282c34
  • titleBar.inactiveForeground#828997

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c6370italic
string, string.quoted#98c379—
keyword, storage.type, storage.modifier#c678dd—
entity.name.function, support.function#61afef—
variable, variable.other#e06c75—
constant.numeric, constant.language, constant.character#d19a66—
entity.name.type, entity.name.class, support.class#e5c07b—
keyword.operator#56b6c2—
entity.name.tag#e06c75—
entity.other.attribute-name#d19a66—
support.type.property-name#e06c75—
punctuation#abb2bf—