feat: colour palettes
All checks were successful
Lint / shellcheck (push) Successful in 17s

This commit is contained in:
2026-04-01 14:23:12 +02:00
parent 69bd5832e7
commit 009877ae76
30 changed files with 446 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
BEGIN {
BEGIN {
new_title = ENVIRON["AWK_NEW_TITLE"]
done = 0
done = 0
}
/^title[[:space:]]*=/ {
print "title = \"" new_title "\""