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.activeBorder#c4a7e7
  • activityBar.background#1f1d2e
  • activityBar.foreground#e0def4
  • activityBar.inactiveForeground#9893a5
  • activityBarBadge.background#c4a7e7
  • activityBarBadge.foreground#191724
  • badge.background#c4a7e7
  • badge.foreground#191724
  • button.background#c4a7e7
  • button.foreground#191724
  • button.hoverBackground#a98fd4
  • editor.background#191724
  • editor.findMatchBackground#f6c17760
  • editor.findMatchHighlightBackground#f6c17730
  • editor.foreground#e0def4
  • editor.inactiveSelectionBackground#403d5280
  • editor.lineHighlightBackground#1f1d2e
  • editor.selectionBackground#403d52
  • editorBracketMatch.background#c4a7e730
  • editorBracketMatch.border#c4a7e7
  • editorCursor.foreground#e0def4
  • editorGroupHeader.tabsBackground#1f1d2e
  • editorGutter.addedBackground#31748f
  • editorGutter.deletedBackground#eb6f92
  • editorGutter.modifiedBackground#f6c177
  • editorIndentGuide.activeBackground1#6e6a86
  • editorIndentGuide.background1#26233a
  • editorLineNumber.activeForeground#e0def4
  • editorLineNumber.foreground#6e6a86
  • focusBorder#c4a7e7
  • input.background#1f1d2e
  • input.border#26233a
  • input.foreground#e0def4
  • list.activeSelectionBackground#403d52
  • list.activeSelectionForeground#e0def4
  • list.highlightForeground#c4a7e7
  • list.hoverBackground#26233a
  • panel.background#1f1d2e
  • panel.border#26233a
  • panelTitle.activeForeground#c4a7e7
  • panelTitle.inactiveForeground#6e6a86
  • scrollbarSlider.activeBackground#e0def460
  • scrollbarSlider.background#e0def420
  • scrollbarSlider.hoverBackground#e0def440
  • sideBar.background#1f1d2e
  • sideBar.foreground#e0def4
  • sideBarSectionHeader.background#191724
  • sideBarSectionHeader.foreground#e0def4
  • statusBar.background#1f1d2e
  • statusBar.foreground#e0def4
  • tab.activeBackground#191724
  • tab.activeBorder#c4a7e7
  • tab.activeForeground#e0def4
  • tab.border#191724
  • tab.inactiveBackground#1f1d2e
  • tab.inactiveForeground#9893a5
  • terminal.ansiBlue#9ccfd8
  • terminal.ansiBrightBlack#6e6a86
  • terminal.ansiBrightWhite#e0def4
  • terminal.ansiCyan#ebbcba
  • terminal.ansiGreen#31748f
  • terminal.ansiMagenta#c4a7e7
  • terminal.ansiRed#eb6f92
  • terminal.ansiWhite#e0def4
  • terminal.ansiYellow#f6c177
  • terminal.background#191724
  • terminal.foreground#e0def4
  • titleBar.activeBackground#1f1d2e
  • titleBar.activeForeground#e0def4
  • titleBar.inactiveBackground#191724
  • titleBar.inactiveForeground#9893a5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6e6a86italic
string#f6c177
constant.numeric, constant.language#ebbcba
keyword, storage.type, storage.modifier#eb6f92
entity.name.function, support.function#31748f
entity.name.type, entity.name.class#9ccfd8
variable#e0def4
variable.parameter#f6c177
entity.name.tag#eb6f92
entity.other.attribute-name#9ccfd8
markup.heading#c4a7e7bold
invalid#eb6f92