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#1b1726
  • activityBar.border#151020
  • activityBar.foreground#ff7edb
  • activityBar.inactiveForeground#495495
  • activityBarBadge.background#ff7edb
  • activityBarBadge.foreground#1b1726
  • badge.background#ff7edb
  • badge.foreground#1b1726
  • button.background#ff7edb
  • button.foreground#1b1726
  • button.hoverBackground#fe4450
  • dropdown.background#1b1726
  • dropdown.border#241b2f
  • dropdown.foreground#f7f3ff
  • editor.background#241b2f
  • editor.foreground#f7f3ff
  • editor.inactiveSelectionBackground#2a233d
  • editor.lineHighlightBackground#2a233d
  • editor.selectionBackground#3e3465
  • editorCursor.foreground#72f1b8
  • editorIndentGuide.activeBackground#495495
  • editorIndentGuide.background#2a233d
  • editorLineNumber.activeForeground#ff7edb
  • editorLineNumber.foreground#495495
  • editorSuggestWidget.background#1b1726
  • editorSuggestWidget.border#ff7edb
  • editorSuggestWidget.selectedBackground#3e3465
  • editorWhitespace.foreground#2a233d
  • editorWidget.background#1b1726
  • editorWidget.border#ff7edb
  • input.background#1b1726
  • input.border#241b2f
  • input.foreground#f7f3ff
  • input.placeholderForeground#8f89b5
  • inputOption.activeBorder#ff7edb
  • list.activeSelectionBackground#3e3465
  • list.activeSelectionForeground#f7f3ff
  • list.focusOutline#ff7edb
  • list.hoverBackground#2a233d
  • list.inactiveSelectionBackground#2a233d
  • panel.background#241b2f
  • panel.border#151020
  • panelTitle.activeBorder#ff7edb
  • panelTitle.activeForeground#f7f3ff
  • panelTitle.inactiveForeground#8f89b5
  • scrollbarSlider.activeBackground#3e3465cc
  • scrollbarSlider.background#3e346566
  • scrollbarSlider.hoverBackground#3e346599
  • sideBar.background#1b1726
  • sideBar.border#151020
  • sideBar.foreground#f7f3ff
  • sideBarSectionHeader.background#241b2f
  • sideBarSectionHeader.foreground#f7f3ff
  • sideBarTitle.foreground#ff7edb
  • statusBar.background#1b1726
  • statusBar.debuggingBackground#fe4450
  • statusBar.foreground#f7f3ff
  • statusBar.noFolderBackground#1b1726
  • tab.activeBackground#241b2f
  • tab.activeBorder#ff7edb
  • tab.activeForeground#f7f3ff
  • tab.border#151020
  • tab.inactiveBackground#1b1726
  • tab.inactiveForeground#8f89b5
  • terminal.ansiBlack#241b2f
  • terminal.ansiBlue#03edf9
  • terminal.ansiCyan#36f9f6
  • terminal.ansiGreen#72f1b8
  • terminal.ansiMagenta#ff7edb
  • terminal.ansiRed#fe4450
  • terminal.ansiWhite#f7f3ff
  • terminal.ansiYellow#fede5d
  • terminal.background#241b2f
  • terminal.foreground#f7f3ff
  • titleBar.activeBackground#1b1726
  • titleBar.activeForeground#f7f3ff
  • titleBar.border#151020
  • titleBar.inactiveBackground#241b2f
  • titleBar.inactiveForeground#8f89b5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#848bbditalic
string, string.quoted#fede5d—
keyword, storage.type, storage.modifier#ff7edb—
entity.name.function, support.function#36f9f6—
variable, variable.other#f7f3ff—
constant.numeric, constant.language, constant.character#f97e72—
entity.name.type, entity.name.class, support.class#72f1b8—
keyword.operator#ff7edb—
entity.name.tag#fe4450—
entity.other.attribute-name#72f1b8—
support.type.property-name#36f9f6—
punctuation#b6b1b1—