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,9 +1,9 @@
#!/bin/sh
sed -i \
-e 's/#1d2021/rgb(0%,0%,0%)/g' \
-e 's/#282828/rgb(0%,0%,0%)/g' \
-e 's/#ebdbb2/rgb(100%,100%,100%)/g' \
-e 's/#32302f/rgb(50%,0%,0%)/g' \
-e 's/#30302f/rgb(50%,0%,0%)/g' \
-e 's/#83a598/rgb(0%,50%,0%)/g' \
-e 's/#282828/rgb(50%,0%,50%)/g' \
-e 's/#30302f/rgb(50%,0%,50%)/g' \
-e 's/#ebdbb2/rgb(0%,0%,50%)/g' \
$@