GTK: Switch themes
This commit is contained in:
11
.themes/oomox-gruvbox/assets/unsed.sh
Executable file
11
.themes/oomox-gruvbox/assets/unsed.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
sed -i \
|
||||
-e 's/rgb(0%,0%,0%)/#32302f/g' \
|
||||
-e 's/rgb(100%,100%,100%)/#ebdbb2/g' \
|
||||
-e 's/rgb(50%,0%,0%)/#282828/g' \
|
||||
-e 's/rgb(0%,50%,0%)/#83a598/g' \
|
||||
-e 's/rgb(0%,50.196078%,0%)/#83a598/g' \
|
||||
-e 's/rgb(50%,0%,50%)/#32302f/g' \
|
||||
-e 's/rgb(50.196078%,0%,50.196078%)/#32302f/g' \
|
||||
-e 's/rgb(0%,0%,50%)/#ebdbb2/g' \
|
||||
$@
|
Reference in New Issue
Block a user