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#1a092d
  • activityBar.border#3a1a2d
  • activityBar.foreground#ffd6f5
  • activityBar.inactiveForeground#a86ebf
  • activityBarBadge.background#ff69b4
  • activityBarBadge.foreground#1a092d
  • button.background#ff69b4
  • button.foreground#1a092d
  • button.hoverBackground#ff85c2
  • descriptionForeground#ffb3e6
  • dropdown.background#3a1a2d
  • dropdown.border#a86ebf
  • dropdown.foreground#ffd6f5
  • editor.background#1a092d
  • editor.findMatchBackground#ff69b460
  • editor.findMatchHighlightBackground#ff69b430
  • editor.foreground#ffd6f5
  • editor.lineHighlightBackground#2d1a3a
  • editor.selectionBackground#ff69b440
  • editor.selectionHighlightBackground#ff69b420
  • editorCursor.foreground#ffb3e6
  • editorGroupHeader.tabsBackground#2d1a3a
  • editorGroupHeader.tabsBorder#a86ebf
  • editorIndentGuide.activeBackground#ffb3e6
  • editorIndentGuide.background#a86ebf
  • editorLineNumber.activeForeground#ff69b4
  • editorLineNumber.foreground#a86ebf
  • editorWhitespace.foreground#a86ebf
  • errorForeground#ff4f8b
  • focusBorder#ff69b4
  • foreground#ffd6f5
  • icon.foreground#ffb3e6
  • input.background#3a1a2d
  • input.border#a86ebf
  • input.foreground#ffd6f5
  • input.placeholderForeground#ffb3e6
  • list.activeSelectionBackground#ff69b440
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#3a1a2d
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#a86ebf
  • list.inactiveSelectionForeground#ffd6f5
  • menu.background#3a1a2d
  • menu.foreground#ffd6f5
  • menu.selectionBackground#ff69b440
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#a86ebf
  • menubar.selectionBackground#ff69b440
  • menubar.selectionForeground#ffffff
  • notificationCenter.border#a86ebf
  • notificationCenterHeader.background#3a1a2d
  • notifications.background#3a1a2d
  • notifications.border#a86ebf
  • notifications.foreground#ffd6f5
  • notificationToast.border#a86ebf
  • panel.background#2d1a3a
  • panel.border#a86ebf
  • panelTitle.activeBorder#ff69b4
  • panelTitle.activeForeground#ff69b4
  • panelTitle.inactiveForeground#ffb3e6
  • selection.background#ff69b440
  • sideBar.background#2d1a3a
  • sideBar.border#a86ebf
  • sideBar.foreground#ffd6f5
  • sideBarSectionHeader.background#3a1a2d
  • sideBarSectionHeader.foreground#ffb3e6
  • sideBarTitle.foreground#ff69b4
  • statusBar.background#3a1a2d
  • statusBar.border#a86ebf
  • statusBar.debuggingBackground#ff69b4
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffd6f5
  • statusBar.noFolderBackground#1a092d
  • tab.activeBackground#3a1a2d
  • tab.activeBorder#ff69b4
  • tab.activeForeground#ff69b4
  • tab.border#a86ebf
  • tab.inactiveBackground#2d1a3a
  • tab.inactiveForeground#ffb3e6
  • terminal.ansiBlack#2d1a3a
  • terminal.ansiBlue#b469ff
  • terminal.ansiBrightBlack#a86ebf
  • terminal.ansiBrightBlue#d6b4ff
  • terminal.ansiBrightCyan#b4fff0
  • terminal.ansiBrightGreen#d6ffb4
  • terminal.ansiBrightMagenta#ffb3e6
  • terminal.ansiBrightRed#ff85c2
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fff0b4
  • terminal.ansiCyan#69ffe0
  • terminal.ansiGreen#b4ff69
  • terminal.ansiMagenta#ff85c2
  • terminal.ansiRed#ff69b4
  • terminal.ansiWhite#ffd6f5
  • terminal.ansiYellow#ffe066
  • terminal.background#1a092d
  • terminal.foreground#ffd6f5
  • titleBar.activeBackground#1a092d
  • titleBar.activeForeground#ffd6f5
  • titleBar.border#3a1a2d
  • titleBar.inactiveBackground#2d1a3a
  • titleBar.inactiveForeground#ffb3e6
  • tree.indentGuidesStroke#a86ebf

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a86ebfitalic
keyword, storage.type, storage.modifier#ff69b4bold
string, string.quoted#b4ff69—
constant.numeric, constant.language#ffe066—
entity.name.function, support.function#69ffe0bold
variable, variable.other#ffe066—
entity.name.type, support.type, storage.type#ffb469bold
entity.name.class, support.class#b469ffbold
entity.name.interface#ff4f8bbold
entity.name.enum#b4ff69bold
keyword.operator#ffb3e6—
punctuation#ffd6f5—
meta.brace, punctuation.section#ff85c2—
entity.name.tag#b469ffbold
entity.other.attribute-name#69ffe0—
string.quoted.double.html, string.quoted.single.html#ffe066—
entity.name.section#ffb3e6bold
support.constant#d6ffb4—
storage#ffb3e6—