adjust lightness settings in theme gen scripts

This commit is contained in:
2026-03-13 17:37:26 -07:00
parent 6e684a9c4e
commit 2f2d196a71
107 changed files with 2069 additions and 1331 deletions

View File

@@ -7,7 +7,7 @@ rm -rf app-config/*
biomes=(alpine badlands chaparral savanna grassland tundra reef heathland moorland)
modes=(light dark)
lightness=(90 20)
lightness=(92 22)
rootdir="templates"
for biome in "${biomes[@]}"; do
@@ -17,7 +17,7 @@ for biome in "${biomes[@]}"; do
# generate scheme file for biome/mode/lightness
uv run monobiome scheme "${mode}" "${biome}" \
-d 0.42 \
-d 0.40 \
-l "${light}" \
-o scheme.toml