regenerate colors and app themes for v1.5.1

This commit is contained in:
2026-01-16 03:35:35 -08:00
parent fcaa25e2f5
commit 356442395e
32 changed files with 69 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# note: this script is not portable; to be run in the monobiome scripts/
# directory (notice the `rm` invocations)
# note: this script is not portable; script to be placed in the monobiome
# scripts/ directory and run from the repo root (notice the `rm` invocations)
# clean existing config
rm -rf app-config/*
@@ -37,6 +37,9 @@ for biome in "${biomes[@]}"; do
done
done
# remove lingering scheme file
rm scheme.toml
cd app-config/firefox
shopt -s nullglob
for f in *; do