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