theme engine complete

This commit is contained in:
2024-08-09 21:14:47 +02:00
parent 05b6aeeb08
commit 1d9260e118
52 changed files with 1131 additions and 362 deletions

7
.config/blueblack/dark.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd dark_mode
for f in *.sh; do
bash "$f"
done