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#0a0a0a
  • activityBar.border#1f1f1f
  • activityBar.foreground#5f34c8
  • activityBar.inactiveForeground#666666
  • activityBarBadge.background#5f34c8
  • activityBarBadge.foreground#ffffff
  • badge.background#5f34c8
  • badge.foreground#ffffff
  • button.background#5f34c8
  • button.foreground#ffffff
  • button.hoverBackground#7b4fd9
  • dropdown.background#1a1a1a
  • dropdown.border#2a2a2a
  • dropdown.foreground#e0e0e0
  • editor.background#121212
  • editor.foreground#e0e0e0
  • editor.inactiveSelectionBackground#5f34c81a
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#5f34c833
  • editorCursor.foreground#5f34c8
  • editorIndentGuide.activeBackground#5f34c866
  • editorIndentGuide.background#2a2a2a
  • editorLineNumber.activeForeground#5f34c8
  • editorLineNumber.foreground#4a4a4a
  • editorSuggestWidget.background#0d0d0d
  • editorSuggestWidget.border#5f34c8
  • editorSuggestWidget.selectedBackground#5f34c833
  • editorWhitespace.foreground#2a2a2a
  • editorWidget.background#0d0d0d
  • editorWidget.border#5f34c8
  • input.background#1a1a1a
  • input.border#2a2a2a
  • input.foreground#e0e0e0
  • input.placeholderForeground#666666
  • inputOption.activeBorder#5f34c8
  • list.activeSelectionBackground#5f34c833
  • list.activeSelectionForeground#ffffff
  • list.focusOutline#5f34c8
  • list.hoverBackground#5f34c81a
  • list.inactiveSelectionBackground#5f34c81a
  • panel.background#0d0d0d
  • panel.border#1f1f1f
  • panelTitle.activeBorder#5f34c8
  • panelTitle.activeForeground#e0e0e0
  • panelTitle.inactiveForeground#808080
  • scrollbarSlider.activeBackground#5f34c866
  • scrollbarSlider.background#5f34c833
  • scrollbarSlider.hoverBackground#5f34c84d
  • sideBar.background#0d0d0d
  • sideBar.border#1f1f1f
  • sideBar.foreground#c0c0c0
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#e0e0e0
  • sideBarTitle.foreground#5f34c8
  • statusBar.background#7b4fd9
  • statusBar.debuggingBackground#9a6be6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6a3fb5
  • tab.activeBackground#121212
  • tab.activeBorder#5f34c8
  • tab.activeForeground#e0e0e0
  • tab.border#1f1f1f
  • tab.inactiveBackground#0d0d0d
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#121212
  • terminal.ansiBlue#5f34c8
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#bd93f9
  • terminal.ansiRed#ff5555
  • terminal.ansiWhite#e0e0e0
  • terminal.ansiYellow#f1fa8c
  • terminal.background#121212
  • terminal.foreground#e0e0e0
  • titleBar.activeBackground#7b4fd9
  • titleBar.activeForeground#ffffff
  • titleBar.border#5f34c8
  • titleBar.inactiveBackground#6a3fb5
  • titleBar.inactiveForeground#cccccc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a6a6aitalic
string, string.quoted#50fa7b—
keyword, storage.type, storage.modifier#bd93f9—
entity.name.function, support.function#f1fa8c—
variable, variable.other#8be9fd—
constant.numeric, constant.language, constant.character#ff79c6—
entity.name.type, entity.name.class, support.class#5f34c8—
keyword.operator#ff79c6—
entity.name.tag#bd93f9—
entity.other.attribute-name#8be9fd—
support.type.property-name#8be9fd—
punctuation#e0e0e0—