meta: Add tig package

Sometimes theme colors are very light. This commit fixes the problem
of white text being shown on light backgrounds.
This commit is contained in:
Donovan Glover 2018-12-06 01:42:23 -05:00
parent 8c1545c4e8
commit 309f428550
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 19 additions and 0 deletions

4
tig/.config/tig/config Normal file
View File

@ -0,0 +1,4 @@
# Make the foreground text easier to read with light background colors
color cursor black green bold
color title-focus black blue bold
color title-blur black blue bold

15
tig/README.md Normal file
View File

@ -0,0 +1,15 @@
# tig
[tig][tig] is an ncurses interface for git.
## Use Cases
tig can be used to:
- Browse git repositories easily
You should not use tig if:
- You should use tig.
[tig]: https://github.com/jonas/tig