File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
24
24
25
25
### Improved colors for the highlighted bits
26
26
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 .
28
28
``` shell
29
29
git config --global color.ui true
30
30
31
- git config --global color.diff-highlight.oldNormal " red bold"
31
+ git config --global color.diff-highlight.oldNormal " red bold"
32
32
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"
34
34
git config --global color.diff-highlight.newHighlight " green bold 22"
35
35
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"
41
41
git config --global color.diff.whitespace " red reverse"
42
42
```
43
43
You can’t perform that action at this time.
0 commit comments