work-vm/ansible/files/gitconfig

31 lines
909 B
Text
Raw Normal View History

[pull]
ff = only
[init]
defaultBranch = master
[core]
pager = delta --line-numbers
[delta]
commit-decoration-style = bold box
dark = true
file-decoration-style = none
file-style = omit
hunk-header-decoration-style = "#cfd6ff" box
hunk-header-file-style = bold "#FFFF7F"
hunk-header-line-number-style = bold "#3388ff"
hunk-header-style = file line-number syntax
line-numbers = true
line-numbers-left-style = "#033b5f"
line-numbers-minus-style = "#a61142"
line-numbers-plus-style = "#0d800d"
line-numbers-right-style = "#033b5f"
line-numbers-zero-style = "#cccccc"
minus-emph-style = normal "#80002a"
minus-style = syntax "#1f1f1f"
plus-emph-style = normal "#003300"
plus-style = syntax "#1f1f1f"
side-by-side = false
syntax-theme = Nord