Skip to content

Commit 4786a8e

Browse files
Update the README colors to reflect the screenshot
1 parent 5352948 commit 4786a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
2525

2626
### Improved colors for the highlighted bits
2727

28-
The default Git colors are not optimal. We suggest the following colors instead.
28+
The default Git colors are not optimal. The colors used for the screenshot above were:
2929
```shell
3030
git config --global color.ui true
3131

@@ -34,7 +34,7 @@ git config --global color.diff-highlight.oldHighlight "red bold 52"
3434
git config --global color.diff-highlight.newNormal "green bold"
3535
git config --global color.diff-highlight.newHighlight "green bold 22"
3636

37-
git config --global color.diff.meta "yellow"
37+
git config --global color.diff.meta "11"
3838
git config --global color.diff.frag "magenta bold"
3939
git config --global color.diff.commit "yellow bold"
4040
git config --global color.diff.old "red bold"

0 commit comments

Comments
 (0)