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#21222c
  • activityBar.border#191a21
  • activityBar.foreground#bd93f9
  • activityBar.inactiveForeground#6272a4
  • activityBarBadge.background#ff79c6
  • activityBarBadge.foreground#f8f8f2
  • badge.background#ff79c6
  • badge.foreground#f8f8f2
  • button.background#bd93f9
  • button.foreground#282a36
  • button.hoverBackground#ff79c6
  • dropdown.background#21222c
  • dropdown.border#191a21
  • dropdown.foreground#f8f8f2
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#44475a75
  • editor.lineHighlightBackground#44475a75
  • editor.selectionBackground#44475a
  • editorCursor.foreground#f8f8f2
  • editorIndentGuide.activeBackground#6272a4
  • editorIndentGuide.background#44475a
  • editorLineNumber.activeForeground#bd93f9
  • editorLineNumber.foreground#6272a4
  • editorSuggestWidget.background#21222c
  • editorSuggestWidget.border#bd93f9
  • editorSuggestWidget.selectedBackground#44475a
  • editorWhitespace.foreground#44475a
  • editorWidget.background#21222c
  • editorWidget.border#bd93f9
  • input.background#21222c
  • input.border#191a21
  • input.foreground#f8f8f2
  • input.placeholderForeground#6272a4
  • inputOption.activeBorder#bd93f9
  • list.activeSelectionBackground#44475a
  • list.activeSelectionForeground#f8f8f2
  • list.focusOutline#bd93f9
  • list.hoverBackground#44475a75
  • list.inactiveSelectionBackground#44475a75
  • panel.background#282a36
  • panel.border#191a21
  • panelTitle.activeBorder#ff79c6
  • panelTitle.activeForeground#f8f8f2
  • panelTitle.inactiveForeground#6272a4
  • scrollbarSlider.activeBackground#44475acc
  • scrollbarSlider.background#44475a66
  • scrollbarSlider.hoverBackground#44475a99
  • sideBar.background#21222c
  • sideBar.border#191a21
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#282a36
  • sideBarSectionHeader.foreground#f8f8f2
  • sideBarTitle.foreground#bd93f9
  • statusBar.background#191a21
  • statusBar.debuggingBackground#ff5555
  • statusBar.foreground#f8f8f2
  • statusBar.noFolderBackground#21222c
  • tab.activeBackground#282a36
  • tab.activeBorder#ff79c6
  • tab.activeForeground#f8f8f2
  • tab.border#191a21
  • tab.inactiveBackground#21222c
  • tab.inactiveForeground#6272a4
  • terminal.ansiBlack#21222c
  • terminal.ansiBlue#bd93f9
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#ff79c6
  • terminal.ansiRed#ff5555
  • terminal.ansiWhite#f8f8f2
  • terminal.ansiYellow#f1fa8c
  • terminal.background#282a36
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#21222c
  • titleBar.activeForeground#f8f8f2
  • titleBar.border#191a21
  • titleBar.inactiveBackground#282a36
  • titleBar.inactiveForeground#6272a4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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