Update theme
Fixes some of the colors for backgrounds etc for darkmode
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
sed -i \
|
||||
-e 's/#c6c8d1/rgb(0%,0%,0%)/g' \
|
||||
-e 's/#161821/rgb(100%,100%,100%)/g' \
|
||||
-e 's/#1e202f/rgb(0%,0%,0%)/g' \
|
||||
-e 's/#c6c8d1/rgb(100%,100%,100%)/g' \
|
||||
-e 's/#161821/rgb(50%,0%,0%)/g' \
|
||||
-e 's/#84a0c6/rgb(0%,50%,0%)/g' \
|
||||
-e 's/#c6c8d1/rgb(50%,0%,50%)/g' \
|
||||
-e 's/#161821/rgb(0%,0%,50%)/g' \
|
||||
-e 's/#161821/rgb(50%,0%,50%)/g' \
|
||||
-e 's/#c6c8d1/rgb(0%,0%,50%)/g' \
|
||||
"$@"
|
||||
|
Reference in New Issue
Block a user