This commit is contained in:
2025-10-23 22:08:33 +02:00
parent e70ca40449
commit 9325e055da
9 changed files with 337 additions and 250 deletions

View File

@@ -1,3 +1,8 @@
[ "$(basename "$0")" = "apply-color-helper" ] && {
echo "This script is meant to be sourced, not executed directly."
exit 1
}
[ -z "$1" ] && exit 1
palette="$1"
[ -z "$2" ] && exit 1