Oomox: Turn the shades up a notch to match Xresources

This commit is contained in:
2017-09-18 21:15:29 -05:00
parent 29df121f32
commit e2546f23bb
97 changed files with 1616 additions and 1616 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh
sed -i \
-e 's/rgb(0%,0%,0%)/#1d2021/g' \
-e 's/rgb(0%,0%,0%)/#282828/g' \
-e 's/rgb(100%,100%,100%)/#ebdbb2/g' \
-e 's/rgb(50%,0%,0%)/#32302f/g' \
-e 's/rgb(50%,0%,0%)/#30302f/g' \
-e 's/rgb(0%,50%,0%)/#83a598/g' \
-e 's/rgb(0%,50.196078%,0%)/#83a598/g' \
-e 's/rgb(50%,0%,50%)/#282828/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#282828/g' \
-e 's/rgb(50%,0%,50%)/#30302f/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#30302f/g' \
-e 's/rgb(0%,0%,50%)/#ebdbb2/g' \
$@