Update theme

Fixes some of the colors for backgrounds etc for darkmode
This commit is contained in:
David Todd
2021-02-19 16:29:15 -06:00
parent 4e7621a860
commit 2f68628e66
97 changed files with 4134 additions and 4134 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh
sed -i \
-e 's/rgb(0%,0%,0%)/#c6c8d1/g' \
-e 's/rgb(100%,100%,100%)/#161821/g' \
-e 's/rgb(0%,0%,0%)/#1e202f/g' \
-e 's/rgb(100%,100%,100%)/#c6c8d1/g' \
-e 's/rgb(50%,0%,0%)/#161821/g' \
-e 's/rgb(0%,50%,0%)/#84a0c6/g' \
-e 's/rgb(0%,50.196078%,0%)/#84a0c6/g' \
-e 's/rgb(50%,0%,50%)/#c6c8d1/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#c6c8d1/g' \
-e 's/rgb(0%,0%,50%)/#161821/g' \
-e 's/rgb(50%,0%,50%)/#161821/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#161821/g' \
-e 's/rgb(0%,0%,50%)/#c6c8d1/g' \
"$@"