diff options
author | Camil Staps | 2020-10-01 12:02:58 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-01 12:02:58 +0200 |
commit | 4ca7a4c1ae35a4f55dd10e48802b5e9cdd93dedb (patch) | |
tree | a5956a692ae9a2cc1b7f8e5211f39955f275356b /system | |
parent | Vim: use PaperColor theme instead of solarized (diff) |
Vim: set line border color correctly
Diffstat (limited to 'system')
-rw-r--r-- | system/.Xresources | 3 |
1 files changed, 3 insertions, 0 deletions
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 |