Skip to content

Commit 8262d81

Browse files
Clarify the color suggestions in README
1 parent 5c96bdd commit 8262d81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
2424

2525
### Improved colors for the highlighted bits
2626

27-
The default colors are not the best so we recommend the following color settings as a base.
27+
The default Git colors are not optimal. We suggest the following colors instead.
2828
```shell
2929
git config --global color.ui true
3030

31-
git config --global color.diff-highlight.oldNormal "red bold"
31+
git config --global color.diff-highlight.oldNormal "red bold"
3232
git config --global color.diff-highlight.oldHighlight "red bold 52"
33-
git config --global color.diff-highlight.newNormal "green bold"
33+
git config --global color.diff-highlight.newNormal "green bold"
3434
git config --global color.diff-highlight.newHighlight "green bold 22"
3535

36-
git config --global color.diff.meta "227"
37-
git config --global color.diff.frag "magenta bold"
38-
git config --global color.diff.commit "227 bold"
39-
git config --global color.diff.old "red bold"
40-
git config --global color.diff.new "green bold"
36+
git config --global color.diff.meta "227"
37+
git config --global color.diff.frag "magenta bold"
38+
git config --global color.diff.commit "227 bold"
39+
git config --global color.diff.old "red bold"
40+
git config --global color.diff.new "green bold"
4141
git config --global color.diff.whitespace "red reverse"
4242
```
4343

0 commit comments

Comments
 (0)