dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit f0adc1f88251c0aa1315c2cafd262699b7f6baec
parent 10adc6df115962b1ec5f10500c8e247a0f565021
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 14 May 2024 23:56:33 -0700

tig: set cursor colour to black on yellow

This makes it a bit easier to read in terminals with a dark background.

Diffstat:
M.config/tig/config | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.config/tig/config b/.config/tig/config @@ -1 +1,5 @@ +# Layouts. set main-view = id:yes date:default author:full commit-title:yes,graph,refs,overflow=no + +# Colours. +color cursor black yellow bold