chore(git): configure delta to have a light theme
This commit is contained in:
parent
2085bcb5fb
commit
e9bfc19b22
1 changed files with 5 additions and 5 deletions
|
|
@ -20,13 +20,13 @@
|
|||
default = current
|
||||
|
||||
[pager]
|
||||
diff = delta
|
||||
log = delta
|
||||
reflog = delta
|
||||
show = delta
|
||||
diff = delta --light
|
||||
log = delta --light
|
||||
reflog = delta --light
|
||||
show = delta --light
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
diffFilter = delta --color-only --light
|
||||
|
||||
[delta]
|
||||
line-numbers = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue