Full replacement of the previous iteration, rebuilt around three ideas:
- Pure evaluation: theme-state.json lives inside the flake and is read
via the nomarchy.stateFile option — no --impure, ever.
- All-Home-Manager theming: `nomarchy-theme-sync apply` writes the JSON
and runs `home-manager switch`; every theme change is one atomic,
rollbackable generation. Wallpaper (swww) is the sole runtime piece.
- Flat, downstream-first layout: modules/{nixos,home} with one
options.nix each, exported as nixosModules/homeModules + overlay +
flake template; system (nixos-rebuild) and desktop (home-manager
switch) rebuild paths are fully split.
Ships 21 themes imported from the previous iteration (palettes,
wallpapers, btop themes, six whole-swap Waybar identities), Stylix for
the GTK/Qt/cursor long tail, a live ISO target with offline theme
switching, and docs/TESTING.md with the QEMU verification workflow.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
40 lines
663 B
JSON
40 lines
663 B
JSON
{
|
|
"version": 1,
|
|
"name": "White",
|
|
"slug": "white",
|
|
"mode": "light",
|
|
"wallpaper": "",
|
|
"colors": {
|
|
"base": "#ffffff",
|
|
"mantle": "#d9d9d9",
|
|
"surface": "#ffffff",
|
|
"overlay": "#c0c0c0",
|
|
"text": "#000000",
|
|
"subtext": "#000000",
|
|
"muted": "#c0c0c0",
|
|
"accent": "#6e6e6e",
|
|
"accentAlt": "#2e2e2e",
|
|
"good": "#3a3a3a",
|
|
"warn": "#4a4a4a",
|
|
"bad": "#2a2a2a"
|
|
},
|
|
"ansi": [
|
|
"#ffffff",
|
|
"#2a2a2a",
|
|
"#3a3a3a",
|
|
"#4a4a4a",
|
|
"#1a1a1a",
|
|
"#2e2e2e",
|
|
"#3e3e3e",
|
|
"#000000",
|
|
"#c0c0c0",
|
|
"#2a2a2a",
|
|
"#3a3a3a",
|
|
"#4a4a4a",
|
|
"#1a1a1a",
|
|
"#2e2e2e",
|
|
"#3e3e3e",
|
|
"#000000"
|
|
]
|
|
}
|