Files
Nomarchy/themes/kanagawa.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
735 B
JSON

{
"version": 1,
"name": "Kanagawa",
"slug": "kanagawa",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#1f1f28",
"mantle": "#1a1a22",
"surface": "#090618",
"overlay": "#727169",
"text": "#dcd7ba",
"subtext": "#c8c093",
"muted": "#727169",
"accent": "#7e9cd8",
"accentAlt": "#957fb8",
"good": "#76946a",
"warn": "#c0a36e",
"bad": "#c34043"
},
"border": {
"active": "text",
"inactive": "overlay"
},
"ansi": [
"#090618",
"#c34043",
"#76946a",
"#c0a36e",
"#7e9cd8",
"#957fb8",
"#6a9589",
"#c8c093",
"#727169",
"#e82424",
"#98bb6c",
"#e6c384",
"#7fb4ca",
"#938aa9",
"#7aa89f",
"#dcd7ba"
]
}