update README theme preview image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 957 KiB After Width: | Height: | Size: 960 KiB |
@@ -7,7 +7,7 @@ prefix=${1:-}
|
|||||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
render_script="$script_dir/render.sh"
|
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)
|
modes=(light)
|
||||||
|
|
||||||
for biome in "${biomes[@]}"; do
|
for biome in "${biomes[@]}"; do
|
||||||
@@ -15,7 +15,7 @@ for biome in "${biomes[@]}"; do
|
|||||||
echo "Applying $biome-$mode theme"
|
echo "Applying $biome-$mode theme"
|
||||||
monobiome scheme "$mode" "$biome" \
|
monobiome scheme "$mode" "$biome" \
|
||||||
-d 0.42 \
|
-d 0.42 \
|
||||||
-l 85 \
|
-l 90 \
|
||||||
-o ~/.config/symconf/groups/theme/monobiome-none.toml
|
-o ~/.config/symconf/groups/theme/monobiome-none.toml
|
||||||
symconf config \
|
symconf config \
|
||||||
-a kitty,nvim \
|
-a kitty,nvim \
|
||||||
|
|||||||
Reference in New Issue
Block a user