From 309f42855063ae39c1c7b60edb4f6d33d8ce3b3a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 6 Dec 2018 01:42:23 -0500 Subject: [PATCH] meta: Add tig package Sometimes theme colors are very light. This commit fixes the problem of white text being shown on light backgrounds. --- tig/.config/tig/config | 4 ++++ tig/README.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tig/.config/tig/config create mode 100644 tig/README.md diff --git a/tig/.config/tig/config b/tig/.config/tig/config new file mode 100644 index 00000000..d2917e17 --- /dev/null +++ b/tig/.config/tig/config @@ -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 diff --git a/tig/README.md b/tig/README.md new file mode 100644 index 00000000..8d826098 --- /dev/null +++ b/tig/README.md @@ -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