added themes

This commit is contained in:
Dorian
2021-11-26 18:33:15 -05:00
parent 54a3ece31c
commit 164362de81
1097 changed files with 166796 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
sed -i \
-e 's/rgb(0%,0%,0%)/#a07766/g' \
-e 's/rgb(100%,100%,100%)/#35190c/g' \
-e 's/rgb(50%,0%,0%)/#4e2512/g' \
-e 's/rgb(0%,50%,0%)/#a8887a/g' \
-e 's/rgb(0%,50.196078%,0%)/#a8887a/g' \
-e 's/rgb(50%,0%,50%)/#c0b2ac/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#c0b2ac/g' \
-e 's/rgb(0%,0%,50%)/#35190c/g' \
"$@"