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";
};
};
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
};
};
};
}