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.activeBackground#3d2f4a
  • activityBar.activeBorder#ff6b9d
  • activityBar.background#0f0c18
  • activityBar.foreground#c8b5d9
  • activityBarBadge.background#ff6b9d
  • activityBarBadge.foreground#0f0c18
  • badge.background#ff6b9d
  • badge.foreground#0f0c18
  • button.background#ff6b9d
  • button.foreground#0f0c18
  • button.hoverBackground#ff8fb3
  • editor.background#1a1525
  • editor.findMatchBackground#ffa726
  • editor.findMatchHighlightBackground#ffa72660
  • editor.foreground#e8d5ff
  • editor.lineHighlightBackground#201a2e
  • editor.selectionBackground#4a3d5c
  • editor.selectionHighlightBackground#4a3d5c60
  • editor.wordHighlightBackground#6b4f7a40
  • editor.wordHighlightStrongBackground#6b4f7a60
  • editorBracketMatch.background#4a3d5c
  • editorBracketMatch.border#ff6b9d
  • editorCursor.foreground#ff6b9d
  • editorError.foreground#ff4757
  • editorHint.foreground#26d0ce
  • editorIndentGuide.activeBackground1#6b4f7a
  • editorIndentGuide.background1#3d2f4a
  • editorInfo.foreground#5dade2
  • editorLineNumber.activeForeground#ff6b9d
  • editorLineNumber.foreground#6b4f7a
  • editorRuler.foreground#3d2f4a
  • editorSuggestWidget.background#201a2e
  • editorSuggestWidget.border#6b4f7a
  • editorSuggestWidget.selectedBackground#4a3d5c
  • editorWarning.foreground#ffa726
  • editorWhitespace.foreground#3d2f4a
  • editorWidget.background#201a2e
  • editorWidget.border#6b4f7a
  • input.background#201a2e
  • input.border#6b4f7a
  • input.foreground#e8d5ff
  • input.placeholderForeground#8a7a9e
  • list.activeSelectionBackground#4a3d5c
  • list.activeSelectionForeground#e8d5ff
  • list.focusBackground#4a3d5c
  • list.hoverBackground#3d2f4a
  • list.inactiveSelectionBackground#201a2e
  • panel.background#1a1525
  • panel.border#3d2f4a
  • panelTitle.activeBorder#ff6b9d
  • panelTitle.activeForeground#e8d5ff
  • panelTitle.inactiveForeground#c8b5d9
  • peekView.border#ff6b9d
  • peekViewEditor.background#201a2e
  • peekViewResult.background#1a1525
  • peekViewTitle.background#0f0c18
  • progressBar.background#ff6b9d
  • scrollbarSlider.activeBackground#c8b5d9c0
  • scrollbarSlider.background#6b4f7a80
  • scrollbarSlider.hoverBackground#8a7a9ea0
  • sideBar.background#0f0c18
  • sideBar.foreground#c8b5d9
  • sideBarSectionHeader.background#1a1525
  • sideBarSectionHeader.foreground#ff6b9d
  • sideBarTitle.foreground#e8d5ff
  • statusBar.background#0f0c18
  • statusBar.foreground#c8b5d9
  • statusBarItem.activeBackground#3d2f4a
  • statusBarItem.hoverBackground#4a3d5c
  • tab.activeBackground#1a1525
  • tab.activeBorder#ff6b9d
  • tab.activeForeground#e8d5ff
  • tab.border#3d2f4a
  • tab.inactiveBackground#0f0c18
  • tab.inactiveForeground#c8b5d9
  • terminal.ansiBlack#6b4f7a
  • terminal.ansiBlue#5dade2
  • terminal.ansiCyan#4bcffa
  • terminal.ansiGreen#26d0ce
  • terminal.ansiMagenta#ff6b9d
  • terminal.ansiRed#ff4757
  • terminal.ansiWhite#e8d5ff
  • terminal.ansiYellow#ffa726
  • terminal.background#1a1525
  • terminal.foreground#e8d5ff
  • titleBar.activeBackground#1a1525
  • titleBar.activeForeground#e8d5ff
  • titleBar.inactiveBackground#0f0c18
  • titleBar.inactiveForeground#8a7a9e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8a7a9eitalic
string#26d0ce—
constant.numeric, constant.language, constant.character#ffa726—
keyword, storage.type, storage.modifier#ff6b9d—
entity.name.function, meta.function-call, variable.function, support.function#5dade2—
entity.name.class, entity.name.type, support.type, support.class#4bcffa—
variable#e8d5ff—
entity.name.tag#ff4757—
entity.other.attribute-name#a8e6cf—
keyword.control, punctuation, keyword.operator#c8b5d9—
VibeColors by Alex Li - VS Code Theme