Skip to main content
Coding Theme

🎨 Zenix Theme Studio

Publisher: amankirmaraThemes in package: 6

A collection of stunning VS Code themes with UI enhancements. Features Glassmorphism, Neon, Material Design, and macOS-style UI!

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#FFFFFF99
  • activityBar.foreground#1A1A1A
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • dropdown.background#F0F0F099
  • dropdown.foreground#1A1A1A
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFFF0040
  • editor.findMatchHighlightBackground#FFFF0020
  • editor.foreground#1A1A1A
  • editor.lineHighlightBackground#00000008
  • editor.selectionBackground#007ACC40
  • editorGroupHeader.tabsBackground#FFFFFF99
  • input.background#F0F0F099
  • input.foreground#1A1A1A
  • input.placeholderForeground#666666
  • list.activeSelectionBackground#007ACC99
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#F0F0F099
  • list.hoverForeground#1A1A1A
  • sideBar.background#FFFFFF80
  • sideBar.foreground#1A1A1A
  • sideBarSectionHeader.background#FFFFFF99
  • sideBarSectionHeader.foreground#1A1A1A
  • sideBarTitle.foreground#1A1A1A
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#CC6633
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#FFFFFF99
  • tab.activeBackground#FFFFFF99
  • tab.activeForeground#1A1A1A
  • tab.inactiveBackground#FFFFFF60
  • tab.inactiveForeground#1A1A1A80
  • titleBar.activeBackground#FFFFFF99
  • titleBar.activeForeground#1A1A1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008000β€”
string, string.quoted#A31515β€”
constant.numeric, constant.language, constant.character, constant.other#098658β€”
keyword, storage.type, storage.modifier#0000FFβ€”
entity.name.function, support.function#795E26β€”
variable, support.variable#001080β€”
entity.name.type, support.type, support.class#267F99β€”

Shiki preview

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

Loading...