40 lines
637 B
INI
40 lines
637 B
INI
[core]
|
|
pager = delta
|
|
|
|
[delta]
|
|
features = "my-style"
|
|
|
|
[delta "kitty"]
|
|
navigate = true
|
|
side-by-side = true
|
|
line-numbers-minus-style = "black #aa0000"
|
|
line-numbers-plus-style = "black #00aa00"
|
|
|
|
[delta "lazygit"]
|
|
paging = never
|
|
|
|
[delta "my-style"]
|
|
dark = true
|
|
line-numbers = true
|
|
line-numbers-minus-style = red
|
|
line-numbers-plus-style = green
|
|
minus-style = "syntax #440000"
|
|
plus-emph-style = "syntax #007700"
|
|
plus-style = "syntax #004400"
|
|
syntax-theme = Coldark-Dark
|
|
|
|
[diff]
|
|
colorMoved = default
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[merge]
|
|
conflictstyle = diff3
|
|
|
|
[pull]
|
|
ff = only
|
|
|
|
[user]
|
|
useConfigOnly = true
|