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#120f1d
  • activityBar.foreground#e0def4
  • activityBar.inactiveForeground#403d52
  • activityBarBadge.background#eb6f92
  • activityBarBadge.foreground#191724
  • badge.background#eb6f92
  • badge.foreground#191724
  • button.background#eb6f92
  • button.foreground#191724
  • button.hoverBackground#ebbcba
  • editor.background#191724
  • editor.findMatchBackground#ebbcba40
  • editor.findMatchHighlightBackground#ebbcba25
  • editor.foreground#e0def4
  • editor.inactiveSelectionBackground#26233a
  • editor.lineHighlightBackground#1f1d2e
  • editor.selectionBackground#403d52
  • editorCursor.foreground#eb6f92
  • editorError.foreground#eb6f92
  • editorGroupHeader.tabsBackground#120f1d
  • editorGutter.addedBackground#31748f
  • editorGutter.deletedBackground#eb6f92
  • editorGutter.modifiedBackground#9ccfd8
  • editorIndentGuide.activeBackground1#403d52
  • editorIndentGuide.background1#26233a
  • editorInfo.foreground#9ccfd8
  • editorLineNumber.activeForeground#e0def4
  • editorLineNumber.foreground#403d52
  • editorWarning.foreground#f6c177
  • editorWhitespace.foreground#26233a
  • focusBorder#eb6f92
  • input.background#26233a
  • input.border#403d52
  • input.foreground#e0def4
  • inputOption.activeBorder#eb6f92
  • list.activeSelectionBackground#26233a
  • list.activeSelectionForeground#e0def4
  • list.focusBackground#26233a
  • list.hoverBackground#1f1d2e
  • panel.background#120f1d
  • panel.border#26233a
  • panelTitle.activeBorder#eb6f92
  • panelTitle.activeForeground#e0def4
  • panelTitle.inactiveForeground#6e6a86
  • scrollbarSlider.background#403d5280
  • scrollbarSlider.hoverBackground#524f6780
  • sideBar.background#120f1d
  • sideBar.foreground#e0def4
  • sideBarSectionHeader.background#191724
  • sideBarSectionHeader.foreground#e0def4
  • sideBarTitle.foreground#e0def4
  • statusBar.background#120f1d
  • statusBar.foreground#e0def4
  • statusBar.noFolderBackground#120f1d
  • statusBarItem.hoverBackground#26233a
  • tab.activeBackground#191724
  • tab.activeBorderTop#eb6f92
  • tab.activeForeground#e0def4
  • tab.border#120f1d
  • tab.inactiveBackground#120f1d
  • tab.inactiveForeground#6e6a86
  • terminal.ansiBlack#26233a
  • terminal.ansiBlue#9ccfd8
  • terminal.ansiBrightBlack#403d52
  • terminal.ansiBrightBlue#9ccfd8
  • terminal.ansiBrightCyan#ebbcba
  • terminal.ansiBrightGreen#31748f
  • terminal.ansiBrightMagenta#c4a7e7
  • terminal.ansiBrightRed#eb6f92
  • terminal.ansiBrightWhite#e0def4
  • terminal.ansiBrightYellow#f6c177
  • terminal.ansiCyan#ebbcba
  • terminal.ansiGreen#31748f
  • terminal.ansiMagenta#c4a7e7
  • terminal.ansiRed#eb6f92
  • terminal.ansiWhite#e0def4
  • terminal.ansiYellow#f6c177
  • terminal.background#120f1d
  • terminal.foreground#e0def4
  • titleBar.activeBackground#120f1d
  • titleBar.activeForeground#e0def4
  • titleBar.inactiveBackground#120f1d
  • titleBar.inactiveForeground#6e6a86

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6e6a86italic
keyword, storage.type, storage.modifier#31748f—
keyword.operator#ebbcba—
string, string.template#f6c177—
string.regexp#ebbcba—
constant.numeric#ebbcba—
constant.language#ebbcba—
constant.character.escape#ebbcba—
variable#e0def4—
variable.language#c4a7e7italic
entity.name.function, support.function#9ccfd8—
entity.name.type, entity.name.class, support.class#c4a7e7—
entity.name.tag#eb6f92—
entity.other.attribute-name#ebbcba—
support.type#9ccfd8—
meta.decorator, punctuation.decorator#9ccfd8—
punctuation#908caa—
invalid#eb6f92—