diff --git a/images/render/v140-alpine-light.png b/images/render/v140-alpine-light.png index 8301a9d..b291e25 100644 Binary files a/images/render/v140-alpine-light.png and b/images/render/v140-alpine-light.png differ diff --git a/images/repo_preview_primary.png b/images/repo_preview_primary.png index 1e66fda..f767a21 100644 Binary files a/images/repo_preview_primary.png and b/images/repo_preview_primary.png differ diff --git a/scripts/screens.sh b/scripts/screens.sh index a230f57..ad42aa8 100755 --- a/scripts/screens.sh +++ b/scripts/screens.sh @@ -7,7 +7,7 @@ prefix=${1:-} script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" render_script="$script_dir/render.sh" -biomes=(alpine badlands chaparral savanna grassland tundra reef heathland moorland) +biomes=(alpine) # badlands chaparral savanna grassland tundra reef heathland moorland) modes=(light) for biome in "${biomes[@]}"; do @@ -15,7 +15,7 @@ for biome in "${biomes[@]}"; do echo "Applying $biome-$mode theme" monobiome scheme "$mode" "$biome" \ -d 0.42 \ - -l 85 \ + -l 90 \ -o ~/.config/symconf/groups/theme/monobiome-none.toml symconf config \ -a kitty,nvim \ diff --git a/test.png b/test.png deleted file mode 100644 index 75f160f..0000000 Binary files a/test.png and /dev/null differ