regenerate colors and app themes for v1.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user