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