Skip to content

Instantly share code, notes, and snippets.

@vitormil
Created January 27, 2022 14:41
Show Gist options
  • Save vitormil/a55f15e590f9829ac3e5688e849b3864 to your computer and use it in GitHub Desktop.
Save vitormil/a55f15e590f9829ac3e5688e849b3864 to your computer and use it in GitHub Desktop.
diff-so-fancy configuration
...
[interactive]
diffFilter = diff-so-fancy --patch
[color "diff-highlight"]
oldNormal = red
oldHighlight = red 52
newNormal = green
newHighlight = green 22
[color "diff"]
meta = 11
frag = magenta
func = 146
commit = yellow
old = red
new = green
whitespace = red reverse
[diff-so-fancy]
changeHunkIndicators = true
stripLeadingSymbols = false
markEmptyLines = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment