Skip to content

Commit b67fe5e

Browse files
committed
docs: add 'color.diff.func' color to README
The color for hunk headers (`color.diff.func`) is hardcoded in the script, and is not mentioned in the "Improved colors for the highlighted bits" section of the README. Add it there so that function headers with or without diff-so-fancy use the same color configuration.
1 parent 03c386e commit b67fe5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ git config --global color.diff-highlight.newHighlight "green bold 22"
3838

3939
git config --global color.diff.meta "11"
4040
git config --global color.diff.frag "magenta bold"
41+
git config --global color.diff.func "146 bold"
4142
git config --global color.diff.commit "yellow bold"
4243
git config --global color.diff.old "red bold"
4344
git config --global color.diff.new "green bold"

0 commit comments

Comments
 (0)