From 0578543c9fc90b9b2f380dc8f59b2a42e7a305f5 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 18 Jan 2023 22:52:24 -0500 Subject: [PATCH] xterm: Update selection colors --- .Xresources | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.Xresources b/.Xresources index 2c51fcb..b4263d4 100644 --- a/.Xresources +++ b/.Xresources @@ -10,6 +10,9 @@ XTerm*metaSendsEscape: true ! acme(1) inspired colorscheme XTerm*foreground: black XTerm*background: #ffffea +XTerm*highlightColorMode: true +XTerm*highlightColor: #eeeda0 +XTerm*highlightTextColor: black ! bold != bright (use 0-7 instead of 8-15) XTerm*boldColors: false XTerm*color0: #000000 -- libgit2 1.1.1