From b883037803431fa5e4727b4bd86c37c61cb13fe5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 19 May 2026 00:24:08 +0200 Subject: misc(tig): readable theme-agnostic colors --- .config/tig/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/tig/config diff --git a/.config/tig/config b/.config/tig/config new file mode 100644 index 0000000..7d2c5b7 --- /dev/null +++ b/.config/tig/config @@ -0,0 +1,5 @@ +# Use reverse video for highlighted lines instead of fixed colors, so contrast +# tracks foot's Day/Night palette toggle instead of fighting it. +color cursor default default reverse +color title-focus default default reverse bold +color title-blur default default reverse -- cgit v1.3.1