diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
commit | 158b6cd4efe058b1e21a020f3861c610818a1a67 (patch) | |
tree | fd35be35323cc8b9785e86f3580936813967f2e7 /.themes/MikunoNaka/gtk-3.0/assets/sed.sh | |
parent | 1b3658c85f5a5a25643da0cc417c70986b7caa6a (diff) |
Tweaked the custom gtk theme
Diffstat (limited to '.themes/MikunoNaka/gtk-3.0/assets/sed.sh')
-rwxr-xr-x | .themes/MikunoNaka/gtk-3.0/assets/sed.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.themes/MikunoNaka/gtk-3.0/assets/sed.sh b/.themes/MikunoNaka/gtk-3.0/assets/sed.sh new file mode 100755 index 00000000..c7921ac6 --- /dev/null +++ b/.themes/MikunoNaka/gtk-3.0/assets/sed.sh @@ -0,0 +1,9 @@ +#!/bin/sh +sed -i \ + -e 's/#130f23/rgb(0%,0%,0%)/g' \ + -e 's/#d2a0c9/rgb(100%,100%,100%)/g' \ + -e 's/#1d1b4c/rgb(50%,0%,0%)/g' \ + -e 's/#dc5e86/rgb(0%,50%,0%)/g' \ + -e 's/#130f23/rgb(50%,0%,50%)/g' \ + -e 's/#e6e1ec/rgb(0%,0%,50%)/g' \ + "$@" |