cloud atlas

This commit is contained in:
Danilo Reyes
2026-02-24 12:27:19 -06:00
parent 26eea9fcba
commit 3f7a99ca40
3 changed files with 28 additions and 5 deletions

View File

@@ -139,5 +139,28 @@ in
base0F = "#8b5a3c"; base0F = "#8b5a3c";
}; };
}; };
cloud_atlas = mkScheme {
color = "brown";
polarity = "dark";
image = "${wallpapers}/cloud-atlas-movie-shot.jpeg";
base16Scheme = {
base00 = "#0f0d0d"; # near-black cliff shadow
base01 = "#2a2a29"; # charcoal ridge
base02 = "#39464a"; # cool slate
base03 = "#4b5050"; # weathered stone
base04 = "#606569"; # muted lichen
base05 = "#817e84"; # dusk haze
base06 = "#92a0ae"; # pale blue mist
base07 = "#cbaa97"; # sunlit granite
base08 = "#a15532"; # weathered rust
base09 = "#b38a74"; # warm sandstone
base0A = "#937264"; # baked earth
base0B = "#597589"; # steel-blue valley
base0C = "#3e6781"; # cool blue
base0D = "#758da1"; # sky wash
base0E = "#3b5669"; # deep teal
base0F = "#493a33"; # dark bark
};
};
}; };
} }

View File

@@ -9,7 +9,7 @@ let
schemesFile = import ./schemes.nix { schemesFile = import ./schemes.nix {
inherit pkgs inputs; inherit pkgs inputs;
}; };
scheme = schemesFile.schemes.punk; scheme = schemesFile.schemes.cloud_atlas;
cfg = config.my.stylix; cfg = config.my.stylix;
gnomeEnabled = config.services.desktopManager.gnome.enable; gnomeEnabled = config.services.desktopManager.gnome.enable;
in in

8
flake.lock generated
View File

@@ -1369,11 +1369,11 @@
"wallpapers": { "wallpapers": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1770517108, "lastModified": 1771957497,
"narHash": "sha256-QYvx6j7r1ItxaaKN/wI0nGB6r5aWG46zfcoXCTOgK18=", "narHash": "sha256-QozGFDhb6clND9/NApsVSrG5B6CSwBpyxxHXVGJ6hQE=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "dcb86c4c592b8cf838a0fd6d139254619cbbd869", "rev": "efa489d739ff64b51c752bb18d451e858acfbe4a",
"revCount": 3, "revCount": 4,
"type": "git", "type": "git",
"url": "https://git.lebubu.org/jawz/wallpapers.git" "url": "https://git.lebubu.org/jawz/wallpapers.git"
}, },