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#1a1b26
  • activityBar.border#1f2335
  • activityBar.foreground#7aa2f7
  • activityBar.inactiveForeground#3b4261
  • activityBarBadge.background#7aa2f7
  • activityBarBadge.foreground#1a1b26
  • badge.background#7aa2f7
  • badge.foreground#1a1b26
  • button.background#7aa2f7
  • button.foreground#1a1b26
  • button.hoverBackground#7dcfff
  • dropdown.background#1f2335
  • dropdown.border#2a2f4a
  • dropdown.foreground#c0caf5
  • editor.background#1a1b26
  • editor.foreground#c0caf5
  • editor.inactiveSelectionBackground#2a2f4a
  • editor.lineHighlightBackground#1f2335
  • editor.selectionBackground#33467c
  • editorCursor.foreground#7aa2f7
  • editorIndentGuide.activeBackground#3b4261
  • editorIndentGuide.background#2a2f4a
  • editorLineNumber.activeForeground#7aa2f7
  • editorLineNumber.foreground#3b4261
  • editorSuggestWidget.background#1f2335
  • editorSuggestWidget.border#7aa2f7
  • editorSuggestWidget.selectedBackground#2a2f4a
  • editorWhitespace.foreground#2a2f4a
  • editorWidget.background#1f2335
  • editorWidget.border#7aa2f7
  • input.background#1f2335
  • input.border#2a2f4a
  • input.foreground#c0caf5
  • input.placeholderForeground#787c99
  • inputOption.activeBorder#7aa2f7
  • list.activeSelectionBackground#2a2f4a
  • list.activeSelectionForeground#c0caf5
  • list.focusOutline#7aa2f7
  • list.hoverBackground#1f2335
  • list.inactiveSelectionBackground#1f2335
  • panel.background#1a1b26
  • panel.border#1f2335
  • panelTitle.activeBorder#7aa2f7
  • panelTitle.activeForeground#c0caf5
  • panelTitle.inactiveForeground#787c99
  • scrollbarSlider.activeBackground#2a2f4acc
  • scrollbarSlider.background#2a2f4a66
  • scrollbarSlider.hoverBackground#2a2f4a99
  • sideBar.background#1a1b26
  • sideBar.border#1f2335
  • sideBar.foreground#c0caf5
  • sideBarSectionHeader.background#1f2335
  • sideBarSectionHeader.foreground#c0caf5
  • sideBarTitle.foreground#7aa2f7
  • statusBar.background#1f2335
  • statusBar.debuggingBackground#f7768e
  • statusBar.foreground#c0caf5
  • statusBar.noFolderBackground#1f2335
  • tab.activeBackground#1a1b26
  • tab.activeBorder#7aa2f7
  • tab.activeForeground#c0caf5
  • tab.border#1f2335
  • tab.inactiveBackground#1f2335
  • tab.inactiveForeground#787c99
  • terminal.ansiBlack#1a1b26
  • terminal.ansiBlue#7aa2f7
  • terminal.ansiCyan#7dcfff
  • terminal.ansiGreen#9ece6a
  • terminal.ansiMagenta#bb9af7
  • terminal.ansiRed#f7768e
  • terminal.ansiWhite#c0caf5
  • terminal.ansiYellow#e0af68
  • terminal.background#1a1b26
  • terminal.foreground#c0caf5
  • titleBar.activeBackground#1f2335
  • titleBar.activeForeground#c0caf5
  • titleBar.border#1f2335
  • titleBar.inactiveBackground#1a1b26
  • titleBar.inactiveForeground#787c99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#565f89italic
string, string.quoted#9ece6a
keyword, storage.type, storage.modifier#bb9af7
entity.name.function, support.function#7aa2f7
variable, variable.other#c0caf5
constant.numeric, constant.language, constant.character#ff9e64
entity.name.type, entity.name.class, support.class#7dcfff
keyword.operator#bb9af7
entity.name.tag#f7768e
entity.other.attribute-name#bb9af7
support.type.property-name#7dcfff
punctuation#c0caf5