From 48c169c75521ca12ff435d9e66b12d9179b30ff9 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 24 Feb 2026 13:27:27 -0600 Subject: [PATCH] cloud atlas --- config/schemes.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config/schemes.nix b/config/schemes.nix index 8ba9775..ed4c77a 100644 --- a/config/schemes.nix +++ b/config/schemes.nix @@ -140,26 +140,26 @@ in }; }; cloud_atlas = mkScheme { - color = "brown"; + color = "orange"; 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 + base00 = "#0f0f12"; # cold cliff shadow + base01 = "#1d242a"; # dark slate + base02 = "#2b3a44"; # night sky slate + base03 = "#3a4d5b"; # misted ridge + base04 = "#4f636f"; # cool stone + base05 = "#6d7e8a"; # blue-grey haze + base06 = "#9aa5ad"; # pale mist + base07 = "#d1b09c"; # warm granite + base08 = "#c27d63"; # weathered peach + base09 = "#d49b82"; # sunlit sandstone + base0A = "#b1866b"; # baked earth + base0B = "#5b7788"; # steel-blue valley + base0C = "#4a7183"; # cool blue + base0D = "#7e96a6"; # sky wash + base0E = "#395c6d"; # deep teal + base0F = "#6a4a3f"; # dark bark }; }; };