Skip to main content
CodingTheme

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#2B213A
  • activityBar.border#1E1E1E
  • activityBar.foreground#E9D8FD
  • activityBar.inactiveForeground#6B7280
  • activityBarBadge.background#9F7AEA
  • activityBarBadge.foreground#F8F8F2
  • button.background#50FA7B
  • button.foreground#1E1E1E
  • button.hoverBackground#8BE9FD
  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editorGroupHeader.tabsBackground#1E1E1E
  • list.activeSelectionBackground#44475A
  • list.activeSelectionForeground#F8F8F2
  • list.hoverBackground#44475A50
  • list.hoverForeground#8BE9FD
  • panel.background#252526
  • panelTitle.activeBorder#FF79C6
  • panelTitle.activeForeground#F8F8F2
  • panelTitle.inactiveForeground#6272A4
  • sideBar.background#1A365D
  • sideBar.foreground#E2E8F0
  • sideBarSectionHeader.background#2A4365
  • sideBarSectionHeader.foreground#90CDF4
  • sideBarTitle.foreground#63B3ED
  • statusBar.background#065F46
  • statusBar.debuggingBackground#FF5555
  • statusBar.foreground#D1FAE5
  • statusBar.noFolderBackground#047857
  • tab.activeBackground#2D2D2D
  • tab.activeForeground#50FA7B
  • tab.inactiveBackground#1E1E1E
  • tab.inactiveForeground#6272A4
  • titleBar.activeBackground#2D2D2D
  • titleBar.activeForeground#F8F8F2
  • titleBar.inactiveBackground#1E1E1E
  • titleBar.inactiveForeground#6272A4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6272A4
string, string.quoted#F1FA8C
keyword, storage.type, storage.modifier#FF79C6
entity.name.function, support.function#50FA7B
variable, support.variable#8BE9FD

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

AuroraWaterTheme by Aurora Theme - VS Code Theme