update .gitconfig

main
Andrew Coleman 2021-08-16 12:46:01 -04:00
parent 1208a34ba8
commit adc9118cb6
1 changed files with 31 additions and 3 deletions

View File

@ -1,3 +1,33 @@
[delta "woolly-mammoth"]
# author: https://github.com/Kr1ss-XD
commit-decoration-style = 232 130 box
commit-style = 232 bold 130
dark = true
file-added-label = [+]
file-copied-label = [C]
file-decoration-style = "#606018" overline
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
file-style = 232 bold 184
hunk-header-decoration-style = none
hunk-header-style = syntax bold 237
line-numbers = true
line-numbers-left-format = "{nm:>1}┊"
line-numbers-left-style = red
line-numbers-minus-style = red black
line-numbers-plus-style = green black
line-numbers-right-format = "{np:>1}┊"
line-numbers-right-style = green
line-numbers-zero-style = "#545474"
minus-emph-style = syntax bold "#780000"
minus-style = syntax "#400000"
plus-emph-style = syntax bold "#007800"
plus-style = syntax "#004000"
syntax-theme = Vibrant Sunburst
whitespace-error-style = "#280050" reverse
zero-style = syntax
[push]
default = simple
@ -18,9 +48,7 @@
defaultBranch = main
[delta]
features = decorations hoopoe
line-numbers = true
#syntax-theme = Solarized (light)
features = woolly-mammoth #decorations hoopoe
[delta "hoopoe"]
# author: https://github.com/dandavison