summaryrefslogtreecommitdiff
path: root/bin/recolor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/recolor.sh')
-rwxr-xr-xbin/recolor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/recolor.sh b/bin/recolor.sh
index 6e87b1f..edd5fa5 100755
--- a/bin/recolor.sh
+++ b/bin/recolor.sh
@@ -3,5 +3,6 @@
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