Files
Nomarchy/themes/neon-glass.json
Bernardo Magri 13f1b2b70e
Some checks failed
Check / eval (push) Has been cancelled
feat(theme): finish neon-glass polish (#88)
Rewrite whole-swap rofi.rasi to rofi-native @colors (was invalid CSS
var()); cyan glass panel matching Boreal's hex-alpha pattern. btop
titles/selection in accent cyan; ui rounding/opacity tuned; preview.png
from theme-shot. Bar stays generated from JSON (no waybar.css).

Verified: V2 — contrast 24×7; theme-wholeswap; theme-shot neon-glass
desktop+menu viewed; boreal theme-shot regression green.
2026-07-11 11:07:02 +01:00

61 lines
1.0 KiB
JSON

{
"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"
},
"fonts": {
"mono": "JetBrainsMono Nerd Font",
"ui": "Inter",
"size": 11
},
"ui": {
"gapsIn": 6,
"gapsOut": 14,
"borderSize": 2,
"rounding": 14,
"iconSize": 36,
"activeOpacity": 0.96,
"inactiveOpacity": 0.90,
"terminalOpacity": 0.94,
"blur": true,
"shadow": true
},
"ansi": [
"#151A22",
"#FF003C",
"#00FFA3",
"#FFD000",
"#00F0FF",
"#B026FF",
"#00E5FF",
"#E0E6F0",
"#4B566B",
"#FF3366",
"#33FFB8",
"#FFE033",
"#33F3FF",
"#C44DFF",
"#33EBFF",
"#FFFFFF"
]
}