Oomox: Add Solarized-Light GTK theme

This commit is contained in:
2018-01-31 13:50:13 -06:00
parent 1003cdddc7
commit bf038878a7
230 changed files with 5190 additions and 5118 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
sed -i \
-e 's/rgb(0%,0%,0%)/#fdf6e3/g' \
-e 's/rgb(100%,100%,100%)/#002b36/g' \
-e 's/rgb(50%,0%,0%)/#eee8d5/g' \
-e 's/rgb(0%,50%,0%)/#839496/g' \
-e 's/rgb(0%,50.196078%,0%)/#839496/g' \
-e 's/rgb(50%,0%,50%)/#fdf6e3/g' \
-e 's/rgb(50.196078%,0%,50.196078%)/#fdf6e3/g' \
-e 's/rgb(0%,0%,50%)/#002b36/g' \
$@