Moved between oomox themes

This one's based on Numix, which should look a lot better.
This commit is contained in:
2017-08-10 02:31:57 -05:00
parent 72f490816e
commit ae651057fd
315 changed files with 3751 additions and 2682 deletions

View File

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