diff options
Diffstat (limited to 'bin/recolor.sh')
-rwxr-xr-x | bin/recolor.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/recolor.sh b/bin/recolor.sh deleted file mode 100755 index edd5fa5..0000000 --- a/bin/recolor.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -tr -d ' \t' | sed -n ' -s/.*background:/\x1b]11;/p -s/.*foreground:/\x1b]10;/p -s/.*borderColor:/\x1b]708;/p -s/.*color\([0-9][^:]*\):/\x1b]4;\1;/p -' | tr \\n \\a |