From eeacf7a6b372548c5df51f18ff6c4e6ce98cec33 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 18 Jan 2023 23:01:18 -0500 Subject: [PATCH] xterm: Fix cursor color on selection --- .Xresources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.Xresources b/.Xresources index b4263d4..a1b14b6 100644 --- 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 -- libgit2 1.1.1