From ff093188fe7450294cf14c6c94caf10f32f9f1b1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Feb 2021 23:40:47 +0530 Subject: created a gtk oomox theme to match the terminal --- .themes/oomox-Awkward/gtk-3.0/assets/sed.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .themes/oomox-Awkward/gtk-3.0/assets/sed.sh (limited to '.themes/oomox-Awkward/gtk-3.0/assets/sed.sh') diff --git a/.themes/oomox-Awkward/gtk-3.0/assets/sed.sh b/.themes/oomox-Awkward/gtk-3.0/assets/sed.sh new file mode 100755 index 00000000..6811cd0f --- /dev/null +++ b/.themes/oomox-Awkward/gtk-3.0/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' \ + "$@" -- cgit v1.2.3