diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:47 +0530 |
commit | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (patch) | |
tree | d558d139bbfaafa5d621034ff85dd563f7cfd423 /.themes/oomox-Awkward/assets/sed.sh | |
parent | 21eea21ac0bc4f8cf1fd637e305c5f3b94218e30 (diff) |
created a gtk oomox theme to match the terminal
Diffstat (limited to '.themes/oomox-Awkward/assets/sed.sh')
-rwxr-xr-x | .themes/oomox-Awkward/assets/sed.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.themes/oomox-Awkward/assets/sed.sh b/.themes/oomox-Awkward/assets/sed.sh new file mode 100755 index 00000000..6811cd0f --- /dev/null +++ b/.themes/oomox-Awkward/assets/sed.sh @@ -0,0 +1,9 @@ +#!/bin/sh +sed -i \ + -e 's/#130f23/rgb(0%,0%,0%)/g' \ + -e 's/#e5e5e5/rgb(100%,100%,100%)/g' \ + -e 's/#1d1b4d/rgb(50%,0%,0%)/g' \ + -e 's/#ff0077/rgb(0%,50%,0%)/g' \ + -e 's/#130f23/rgb(50%,0%,50%)/g' \ + -e 's/#e5e5e5/rgb(0%,0%,50%)/g' \ + "$@" |