cloud atlas

This commit is contained in:
Danilo Reyes
2026-02-24 13:27:27 -06:00
parent 3f7a99ca40
commit 48c169c755

View File

@@ -140,26 +140,26 @@ in
}; };
}; };
cloud_atlas = mkScheme { cloud_atlas = mkScheme {
color = "brown"; color = "orange";
polarity = "dark"; polarity = "dark";
image = "${wallpapers}/cloud-atlas-movie-shot.jpeg"; image = "${wallpapers}/cloud-atlas-movie-shot.jpeg";
base16Scheme = { base16Scheme = {
base00 = "#0f0d0d"; # near-black cliff shadow base00 = "#0f0f12"; # cold cliff shadow
base01 = "#2a2a29"; # charcoal ridge base01 = "#1d242a"; # dark slate
base02 = "#39464a"; # cool slate base02 = "#2b3a44"; # night sky slate
base03 = "#4b5050"; # weathered stone base03 = "#3a4d5b"; # misted ridge
base04 = "#606569"; # muted lichen base04 = "#4f636f"; # cool stone
base05 = "#817e84"; # dusk haze base05 = "#6d7e8a"; # blue-grey haze
base06 = "#92a0ae"; # pale blue mist base06 = "#9aa5ad"; # pale mist
base07 = "#cbaa97"; # sunlit granite base07 = "#d1b09c"; # warm granite
base08 = "#a15532"; # weathered rust base08 = "#c27d63"; # weathered peach
base09 = "#b38a74"; # warm sandstone base09 = "#d49b82"; # sunlit sandstone
base0A = "#937264"; # baked earth base0A = "#b1866b"; # baked earth
base0B = "#597589"; # steel-blue valley base0B = "#5b7788"; # steel-blue valley
base0C = "#3e6781"; # cool blue base0C = "#4a7183"; # cool blue
base0D = "#758da1"; # sky wash base0D = "#7e96a6"; # sky wash
base0E = "#3b5669"; # deep teal base0E = "#395c6d"; # deep teal
base0F = "#493a33"; # dark bark base0F = "#6a4a3f"; # dark bark
}; };
}; };
}; };