dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit eeacf7a6b372548c5df51f18ff6c4e6ce98cec33 (patch)
parent 0578543c9fc90b9b2f380dc8f59b2a42e7a305f5
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed, 18 Jan 2023 23:01:18 -0500

xterm: Fix cursor color on selection

Diffstat:
M.Xresources | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -13,6 +13,8 @@ XTerm*background: #ffffea XTerm*highlightColorMode: true XTerm*highlightColor: #eeeda0 XTerm*highlightTextColor: black +! setting this to 'black' causes it to go white-on-white during selection +XTerm*cursorColor: #000001 ! bold != bright (use 0-7 instead of 8-15) XTerm*boldColors: false XTerm*color0: #000000