diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 16:06:41 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 16:06:41 +0200 |
| commit | 0fffabeb114810c846d25fa77cc382f31a9e7b7d (patch) | |
| tree | 91db20581eba50f8e1668a874351077533f1c113 /.config/tig | |
| parent | e55908d472d937be0d79a3ea836d56484550425f (diff) | |
| download | dotfiles-0fffabeb114810c846d25fa77cc382f31a9e7b7d.tar.gz dotfiles-0fffabeb114810c846d25fa77cc382f31a9e7b7d.zip | |
misc(tig): make unfocused cursor line readable
Diffstat (limited to '.config/tig')
| -rw-r--r-- | .config/tig/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tig/config b/.config/tig/config index 7d2c5b7..d9c0ef1 100644 --- a/.config/tig/config +++ b/.config/tig/config @@ -1,5 +1,6 @@ # 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 cursor-blur default default underline color title-focus default default reverse bold color title-blur default default reverse |
