De-emphasize auto-detection of colors in README config

This commit is contained in:
Dan Davison 2024-11-12 12:32:35 -05:00
parent 1a8d3bc994
commit 1fb6f99ec4
2 changed files with 5 additions and 14 deletions

View File

@ -25,11 +25,8 @@
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[merge]
conflictstyle = zdiff3

View File

@ -14,17 +14,11 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
conflictstyle = zdiff3
```
</sub>