Files
Nomarchy/themes/hackerman.json
Bernardo Magri 7c34eed2ca fix(theme): solid per-theme hyprland borders, matching legacy
v1 forced an accent→accentAlt 45deg gradient on every theme's window
border; the legacy identity themes all used a *solid* border — accent for
nord/retro-82/lumon, the text tone for kanagawa/summer-day/summer-night.

Add a palette-resolved `border` field ({active, inactive}, each a palette
key or literal hex) to the theme schema with accent/overlay defaults in
theme.nix, consume it solid in hyprland.nix, and declare it in every
preset (and the live state). Declaring it everywhere is required because
`nomarchy-theme-sync apply` deep-merges presets — an omitted field would
stick across switches, like colors already are fully specified per theme.

All six identity themes resolve to their exact legacy active border
(verified: nord #81a1c1, retro-82 #faa968, lumon #f2fcff, kanagawa
#dcd7ba, summer-night #d3c6aa, summer-day #5c6a72). nix flake check passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 20:32:18 +01:00

44 lines
739 B
JSON

{
"version": 1,
"name": "Hackerman",
"slug": "hackerman",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#0B0C16",
"mantle": "#090a13",
"surface": "#0B0C16",
"overlay": "#6a6e95",
"text": "#ddf7ff",
"subtext": "#85E1FB",
"muted": "#6a6e95",
"accent": "#82FB9C",
"accentAlt": "#86a7df",
"good": "#4fe88f",
"warn": "#50f7d4",
"bad": "#50f872"
},
"border": {
"active": "accent",
"inactive": "overlay"
},
"ansi": [
"#0B0C16",
"#50f872",
"#4fe88f",
"#50f7d4",
"#829dd4",
"#86a7df",
"#7cf8f7",
"#85E1FB",
"#6a6e95",
"#85ff9d",
"#9cf7c2",
"#a4ffec",
"#c4d2ed",
"#cddbf4",
"#d1fffe",
"#ddf7ff"
]
}