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
662 B
JSON
40 lines
662 B
JSON
{
|
|
"version": 1,
|
|
"name": "Lumon",
|
|
"slug": "lumon",
|
|
"mode": "dark",
|
|
"wallpaper": "",
|
|
"colors": {
|
|
"base": "#16242d",
|
|
"mantle": "#131f26",
|
|
"surface": "#1b2d40",
|
|
"overlay": "#304860",
|
|
"text": "#d6e2ee",
|
|
"subtext": "#d6e2ee",
|
|
"muted": "#304860",
|
|
"accent": "#f2fcff",
|
|
"accentAlt": "#8bc9eb",
|
|
"good": "#5e95bc",
|
|
"warn": "#6fa4c9",
|
|
"bad": "#4d86b0"
|
|
},
|
|
"ansi": [
|
|
"#1b2d40",
|
|
"#4d86b0",
|
|
"#5e95bc",
|
|
"#6fa4c9",
|
|
"#6fb8e3",
|
|
"#8bc9eb",
|
|
"#b4e4f6",
|
|
"#d6e2ee",
|
|
"#304860",
|
|
"#73a6cb",
|
|
"#86b7d8",
|
|
"#9dcae5",
|
|
"#f2fcff",
|
|
"#b1d8ee",
|
|
"#d1eef8",
|
|
"#ffffff"
|
|
]
|
|
}
|