Files
Nomarchy/themes/matte-black.json
Bernardo Magri eb951569cf
All checks were successful
Check / eval (push) Successful in 3m0s
feat: live charge limit, identity retunes, btop assets (product calls)
- Charge limit: udev GROUP=users on threshold; menu applies sysfs live
  and persists state; boot/AC oneshot prefers live theme-state.json.
- Look & Feel: Reset wallpaper (auto); Theme/next/night light already there.
- NVIDIA first-class wrappers deferred past v1 (keep #59 comments).
- Identity taste: white, lumon, hackerman, matte-black, miasma.
- Hand btop.theme for identity + boreal/executive-slate/neon-glass.

Verified: V0 contrast; V1 battery-charge-limit VM. V3 live sysfs on laptop.
2026-07-10 12:12:13 +01:00

61 lines
1.0 KiB
JSON

{
"version": 1,
"name": "Matte Black",
"slug": "matte-black",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#121212",
"mantle": "#0f0f0f",
"surface": "#333333",
"overlay": "#8a8a8d",
"text": "#bebebe",
"subtext": "#9a9a9d",
"muted": "#8a8a8d",
"accent": "#e68e0d",
"accentAlt": "#D35F5F",
"good": "#FFC107",
"warn": "#b91c1c",
"bad": "#D35F5F"
},
"border": {
"active": "accent",
"inactive": "overlay"
},
"fonts": {
"mono": "JetBrainsMono Nerd Font",
"ui": "Inter",
"size": 11
},
"ui": {
"gapsIn": 5,
"gapsOut": 12,
"borderSize": 2,
"rounding": 10,
"iconSize": 36,
"activeOpacity": 1.0,
"inactiveOpacity": 0.95,
"terminalOpacity": 0.96,
"blur": true,
"shadow": true
},
"ansi": [
"#333333",
"#D35F5F",
"#FFC107",
"#b91c1c",
"#e68e0d",
"#D35F5F",
"#bebebe",
"#bebebe",
"#8a8a8d",
"#B91C1C",
"#FFC107",
"#b90a0a",
"#f59e0b",
"#B91C1C",
"#eaeaea",
"#ffffff"
]
}