feat(themes): add neon-glass theme with segmented pill waybar and glassmorphic rofi

Leveraged Nano Banana to generate a 4k wallpaper. Added the new preset with glassmorphism aesthetic.
This commit is contained in:
2026-07-06 18:35:36 +01:00
parent 51e319d357
commit ccd896c8dc
5 changed files with 238 additions and 0 deletions

43
themes/neon-glass.json Normal file
View File

@@ -0,0 +1,43 @@
{
"version": 1,
"name": "Neon Glass",
"slug": "neon-glass",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#0B0E14",
"mantle": "#07090D",
"surface": "#151A22",
"overlay": "#1E2530",
"text": "#E0E6F0",
"subtext": "#8F9BB3",
"muted": "#4B566B",
"accent": "#00F0FF",
"accentAlt": "#B026FF",
"good": "#00FFA3",
"warn": "#FFD000",
"bad": "#FF003C"
},
"border": {
"active": "accent",
"inactive": "overlay"
},
"ansi": [
"#151A22",
"#FF003C",
"#00FFA3",
"#FFD000",
"#00F0FF",
"#B026FF",
"#00E5FF",
"#E0E6F0",
"#4B566B",
"#FF3366",
"#33FFB8",
"#FFE033",
"#33F3FF",
"#C44DFF",
"#33EBFF",
"#FFFFFF"
]
}