summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtul Varma <varmaa@gmail.com>2022-05-09 09:38:37 -0400
committerGitHub <noreply@github.com>2022-05-09 09:38:37 -0400
commita53dc02c4a81c6ff2423cb7e8f2397a20437a918 (patch)
tree145875cfbd1b943c0f782b975cb7c27766e8423a
parent3e58c176c433caea61bc41939a4fc416e2dc00a3 (diff)
Add 'light = false' w/ comment in gitconfig (#1073)
* Add 'light = false' w/ comment in gitconfig As mentioned in #1072, the macOS default terminal is light and it's challenging to find documentation on how to make delta copacetic with it, so this adds an explicit `light = false` in the `.gitconfig` example, with a comment explaining that it can be changed for light terminals. * Update README.md fix indentation
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a07f834..2ac97a82 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@
[delta]
navigate = true # use n and N to move between diff sections
+ light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[merge]
conflictstyle = diff3