diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-31 17:02:06 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-31 17:02:06 +0200 |
commit | 6c2194f5e211083698bd7007025f4c1b8e437b9f (patch) | |
tree | 87857b4a334b4a84f92425550ee295e29bd6dbeb /bin/recolor.sh | |
parent | 97f1370ad32a618f2b789fe18fc5163cc838a723 (diff) |
Improve urxvt colorschemes (border_color)
Diffstat (limited to 'bin/recolor.sh')
-rwxr-xr-x | bin/recolor.sh | 1 |
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 |