File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
25
25
26
26
### Improved colors for the highlighted bits
27
27
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:
29
29
``` shell
30
30
git config --global color.ui true
31
31
@@ -34,7 +34,7 @@ git config --global color.diff-highlight.oldHighlight "red bold 52"
34
34
git config --global color.diff-highlight.newNormal " green bold"
35
35
git config --global color.diff-highlight.newHighlight " green bold 22"
36
36
37
- git config --global color.diff.meta " yellow "
37
+ git config --global color.diff.meta " 11 "
38
38
git config --global color.diff.frag " magenta bold"
39
39
git config --global color.diff.commit " yellow bold"
40
40
git config --global color.diff.old " red bold"
You can’t perform that action at this time.
0 commit comments