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
674 B
JSON
40 lines
674 B
JSON
{
|
|
"version": 1,
|
|
"name": "Matte Black",
|
|
"slug": "matte-black",
|
|
"mode": "dark",
|
|
"wallpaper": "",
|
|
"colors": {
|
|
"base": "#121212",
|
|
"mantle": "#0f0f0f",
|
|
"surface": "#333333",
|
|
"overlay": "#8a8a8d",
|
|
"text": "#bebebe",
|
|
"subtext": "#bebebe",
|
|
"muted": "#8a8a8d",
|
|
"accent": "#e68e0d",
|
|
"accentAlt": "#D35F5F",
|
|
"good": "#FFC107",
|
|
"warn": "#b91c1c",
|
|
"bad": "#D35F5F"
|
|
},
|
|
"ansi": [
|
|
"#333333",
|
|
"#D35F5F",
|
|
"#FFC107",
|
|
"#b91c1c",
|
|
"#e68e0d",
|
|
"#D35F5F",
|
|
"#bebebe",
|
|
"#bebebe",
|
|
"#8a8a8d",
|
|
"#B91C1C",
|
|
"#FFC107",
|
|
"#b90a0a",
|
|
"#f59e0b",
|
|
"#B91C1C",
|
|
"#eaeaea",
|
|
"#ffffff"
|
|
]
|
|
}
|