Files
Nomarchy/themes/retro-82.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
737 B
JSON

{
"version": 1,
"name": "Retro 82",
"slug": "retro-82",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#05182e",
"mantle": "#041427",
"surface": "#00172e",
"overlay": "#134e5a",
"text": "#f6dcac",
"subtext": "#a7c9c6",
"muted": "#134e5a",
"accent": "#faa968",
"accentAlt": "#3f8f8a",
"good": "#028391",
"warn": "#e97b3c",
"bad": "#f85525"
},
"border": {
"active": "accent",
"inactive": "overlay"
},
"ansi": [
"#00172e",
"#f85525",
"#028391",
"#e97b3c",
"#faa968",
"#3f8f8a",
"#8cbfb8",
"#a7c9c6",
"#134e5a",
"#f85525",
"#028391",
"#e97b3c",
"#faa968",
"#3f8f8a",
"#8cbfb8",
"#f6dcac"
]
}