diff --git a/config/schemes.nix b/config/schemes.nix index b64fd53..8ba9775 100644 --- a/config/schemes.nix +++ b/config/schemes.nix @@ -139,5 +139,28 @@ in 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 + }; + }; }; } diff --git a/config/stylix.nix b/config/stylix.nix index 1b8c268..7c2846f 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -9,7 +9,7 @@ let schemesFile = import ./schemes.nix { inherit pkgs inputs; }; - scheme = schemesFile.schemes.punk; + scheme = schemesFile.schemes.cloud_atlas; cfg = config.my.stylix; gnomeEnabled = config.services.desktopManager.gnome.enable; in diff --git a/flake.lock b/flake.lock index ede0fe7..8185f07 100644 --- a/flake.lock +++ b/flake.lock @@ -1369,11 +1369,11 @@ "wallpapers": { "flake": false, "locked": { - "lastModified": 1770517108, - "narHash": "sha256-QYvx6j7r1ItxaaKN/wI0nGB6r5aWG46zfcoXCTOgK18=", + "lastModified": 1771957497, + "narHash": "sha256-QozGFDhb6clND9/NApsVSrG5B6CSwBpyxxHXVGJ6hQE=", "ref": "refs/heads/main", - "rev": "dcb86c4c592b8cf838a0fd6d139254619cbbd869", - "revCount": 3, + "rev": "efa489d739ff64b51c752bb18d451e858acfbe4a", + "revCount": 4, "type": "git", "url": "https://git.lebubu.org/jawz/wallpapers.git" },