From 4ca7a4c1ae35a4f55dd10e48802b5e9cdd93dedb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 1 Oct 2020 12:02:58 +0200 Subject: Vim: set line border color correctly --- system/.Xresources | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system') diff --git a/system/.Xresources b/system/.Xresources index ec9da54..15169ce 100644 --- a/system/.Xresources +++ b/system/.Xresources @@ -49,6 +49,9 @@ URxvt.color12: S_base0 URxvt.color13: S_violet URxvt.color14: S_base1 URxvt.color15: S_base3 +! 708 is the line border; used for the bottom and right borders of the terminal +! where no characters fit. +URxvt.color708: S_base03 URxvt.intensityStyles: false URxvt.urgentOnBell: 1 -- cgit v1.2.3