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#F4F4F5
  • activityBar.activeBorder#A855F7
  • activityBar.background#FAFAFA
  • activityBar.foreground#09090B
  • activityBarBadge.background#A855F7
  • activityBarBadge.foreground#FFFFFF
  • button.background#18181B
  • button.foreground#FFFFFF
  • button.hoverBackground#27272A
  • dropdown.background#FFFFFF
  • dropdown.border#E4E4E7
  • editor.background#FFFFFF
  • editor.foreground#09090B
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorGroupHeader.tabsBorder#E4E4E7
  • input.background#FFFFFF
  • input.border#E4E4E7
  • input.foreground#09090B
  • input.placeholderForeground#A1A1AA
  • list.activeSelectionBackground#F4F4F5
  • list.activeSelectionForeground#09090B
  • list.hoverBackground#F4F4F5
  • list.hoverForeground#09090B
  • list.inactiveSelectionBackground#F4F4F5
  • list.inactiveSelectionForeground#09090B
  • panel.background#FFFFFF
  • panel.border#E4E4E7
  • panelTitle.activeForeground#09090B
  • panelTitle.inactiveForeground#71717A
  • scrollbarSlider.activeBackground#A855F7
  • scrollbarSlider.background#71717A40
  • scrollbarSlider.hoverBackground#A855F740
  • sideBar.background#FAFAFA
  • sideBar.foreground#52525B
  • sideBarSectionHeader.background#F4F4F5
  • sideBarSectionHeader.border#E4E4E7
  • sideBarSectionHeader.foreground#09090B
  • sideBarTitle.foreground#09090B
  • statusBar.background#FAFAFA
  • statusBar.border#E4E4E7
  • statusBar.foreground#71717A
  • statusBarItem.hoverBackground#F4F4F5
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#A855F7
  • tab.activeForeground#09090B
  • tab.hoverBackground#F4F4F5
  • tab.hoverForeground#09090B
  • tab.inactiveBackground#FAFAFA
  • tab.inactiveForeground#71717A
  • terminal.background#FFFFFF
  • terminal.foreground#09090B
  • titleBar.activeBackground#FAFAFA
  • titleBar.activeForeground#09090B
  • titleBar.inactiveBackground#FAFAFA
  • titleBar.inactiveForeground#71717A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#71717Aitalic
variable, string constant.other.placeholder#18181B—
keyword, storage.type, storage.modifier#A855F7—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#2563EB—
string, constant.other.symbol#16A34A—
constant.numeric#DB2777—
entity.name.type, entity.name.class, entity.name.namespace#CA8A04—
variable.other.property, variable.other.object.property#64748B—
keyword.operator#A855F7—
entity.name.tag, meta.tag.sgml#A855F7—
entity.other.attribute-name#CA8A04—
Shadcn Inspired Theme by EliasL - VS Code Theme