diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:24:08 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:24:08 +0200 |
| commit | b883037803431fa5e4727b4bd86c37c61cb13fe5 (patch) | |
| tree | 154cbef974b370f7a359b138eefc2e007bd062a4 | |
| parent | 22f76083184118b9266c0da692e258de0be7cc41 (diff) | |
| download | dotfiles-b883037803431fa5e4727b4bd86c37c61cb13fe5.tar.gz dotfiles-b883037803431fa5e4727b4bd86c37c61cb13fe5.zip | |
misc(tig): readable theme-agnostic colors
| -rw-r--r-- | .config/tig/config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
