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#1f2233
  • activityBar.border#1f2233
  • activityBar.foreground#82aaff
  • activityBar.inactiveForeground#676e95
  • activityBarBadge.background#82aaff
  • activityBarBadge.foreground#1f2233
  • badge.background#82aaff
  • badge.foreground#1f2233
  • button.background#82aaff
  • button.foreground#1f2233
  • button.hoverBackground#7e8cca
  • dropdown.background#1f2233
  • dropdown.border#3a3f58
  • dropdown.foreground#a6accd
  • editor.background#292d3e
  • editor.foreground#a6accd
  • editor.inactiveSelectionBackground#353a4d
  • editor.lineHighlightBackground#353a4d
  • editor.selectionBackground#3f4458
  • editorCursor.foreground#ffcc00
  • editorIndentGuide.activeBackground#4e5579
  • editorIndentGuide.background#3a3f58
  • editorLineNumber.activeForeground#c792ea
  • editorLineNumber.foreground#3a3f58
  • editorSuggestWidget.background#1f2233
  • editorSuggestWidget.border#82aaff
  • editorSuggestWidget.selectedBackground#3f4458
  • editorWhitespace.foreground#464b5d
  • editorWidget.background#1f2233
  • editorWidget.border#82aaff
  • input.background#1f2233
  • input.border#3a3f58
  • input.foreground#a6accd
  • input.placeholderForeground#676e95
  • inputOption.activeBorder#82aaff
  • list.activeSelectionBackground#3f4458
  • list.activeSelectionForeground#eeffff
  • list.focusOutline#82aaff
  • list.hoverBackground#353a4d
  • list.inactiveSelectionBackground#353a4d
  • panel.background#292d3e
  • panel.border#1f2233
  • panelTitle.activeBorder#82aaff
  • panelTitle.activeForeground#a6accd
  • panelTitle.inactiveForeground#717cb4
  • scrollbarSlider.activeBackground#3f4458cc
  • scrollbarSlider.background#3f445866
  • scrollbarSlider.hoverBackground#3f445899
  • sideBar.background#1f2233
  • sideBar.border#1f2233
  • sideBar.foreground#a6accd
  • sideBarSectionHeader.background#292d3e
  • sideBarSectionHeader.foreground#a6accd
  • sideBarTitle.foreground#82aaff
  • statusBar.background#1f2233
  • statusBar.debuggingBackground#f07178
  • statusBar.foreground#a6accd
  • statusBar.noFolderBackground#1f2233
  • tab.activeBackground#292d3e
  • tab.activeBorder#82aaff
  • tab.activeForeground#eeffff
  • tab.border#1f2233
  • tab.inactiveBackground#1f2233
  • tab.inactiveForeground#676e95
  • terminal.ansiBlack#292d3e
  • terminal.ansiBlue#82aaff
  • terminal.ansiCyan#89ddff
  • terminal.ansiGreen#c3e88d
  • terminal.ansiMagenta#c792ea
  • terminal.ansiRed#f07178
  • terminal.ansiWhite#eeffff
  • terminal.ansiYellow#ffcb6b
  • terminal.background#292d3e
  • terminal.foreground#a6accd
  • titleBar.activeBackground#1f2233
  • titleBar.activeForeground#a6accd
  • titleBar.border#1f2233
  • titleBar.inactiveBackground#292d3e
  • titleBar.inactiveForeground#8087a2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#676e95italic
string, string.quoted#c3e88d—
keyword, storage.type, storage.modifier#c792ea—
entity.name.function, support.function#82aaff—
variable, variable.other#eeffff—
constant.numeric, constant.language, constant.character#f78c6c—
entity.name.type, entity.name.class, support.class#ffcb6b—
keyword.operator#89ddff—
entity.name.tag#f07178—
entity.other.attribute-name#c792ea—
support.type.property-name#89ddff—
punctuation#89ddff—