From a53dc02c4a81c6ff2423cb7e8f2397a20437a918 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Mon, 9 May 2022 09:38:37 -0400 Subject: 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 --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3