Files
Nomarchy/themes/osaka-jade.json
Bernardo Magri f211ef0d09 feat: Nomarchy ground-up rewrite on NixOS 26.05
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>
2026-06-10 10:59:13 +01:00

40 lines
672 B
JSON

{
"version": 1,
"name": "Osaka Jade",
"slug": "osaka-jade",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#111c18",
"mantle": "#0e1814",
"surface": "#23372B",
"overlay": "#53685B",
"text": "#C1C497",
"subtext": "#F6F5DD",
"muted": "#53685B",
"accent": "#509475",
"accentAlt": "#D2689C",
"good": "#549e6a",
"warn": "#459451",
"bad": "#FF5345"
},
"ansi": [
"#23372B",
"#FF5345",
"#549e6a",
"#459451",
"#509475",
"#D2689C",
"#2DD5B7",
"#F6F5DD",
"#53685B",
"#db9f9c",
"#63b07a",
"#E5C736",
"#ACD4CF",
"#75bbb3",
"#8CD3CB",
"#9eebb3"
]
}