Generate Iceberg GTK theme and icons with oomox

This commit is contained in:
David Todd
2021-01-14 10:44:33 -06:00
parent 5778151273
commit 458abbd4e4
3819 changed files with 59724 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
sed -i \
-e 's/#c6c8d1/rgb(0%,0%,0%)/g' \
-e 's/#161821/rgb(100%,100%,100%)/g' \
-e 's/#161821/rgb(50%,0%,0%)/g' \
-e 's/#84a0c6/rgb(0%,50%,0%)/g' \
-e 's/#c6c8d1/rgb(50%,0%,50%)/g' \
-e 's/#161821/rgb(0%,0%,50%)/g' \
"$@"