git: make delta colors darker
This commit is contained in:
parent
91fd64fa6a
commit
e76710b5e1
1 changed files with 10 additions and 10 deletions
|
@ -40,18 +40,18 @@
|
|||
dark = true
|
||||
file-decoration-style = "#458588" bold box
|
||||
file-modified-label = "modified:"
|
||||
file-style = "#458588"
|
||||
file-style = "#458588" # blue
|
||||
hunk-header-style = omit
|
||||
line-numbers = true
|
||||
line-numbers-minus-style = "#cc241d" italic
|
||||
line-numbers-plus-style = "#98971a" italic
|
||||
line-numbers-zero-style = "#504945"
|
||||
line-numbers-left-style = "#665c54"
|
||||
line-numbers-right-style = "#ebdbb2"
|
||||
minus-emph-style = normal "#9d0006"
|
||||
minus-style = normal "#492120" # cc241d (red) 1:3 1d2021 (bg)
|
||||
plus-emph-style = syntax "#79740e"
|
||||
plus-style = syntax "#3c3e1f" # 98971a (red) 1:3 1d2021 (bg)
|
||||
line-numbers-minus-style = "#cc241d" italic # red
|
||||
line-numbers-plus-style = "#98971a" italic # green
|
||||
line-numbers-zero-style = "#504945" # dark2
|
||||
line-numbers-left-style = "#665c54" # dark3
|
||||
line-numbers-right-style = "#ebdbb2" # light1
|
||||
minus-emph-style = normal "#651e1b" # red almost darkest
|
||||
minus-style = normal "#2e100f" # red darkest
|
||||
plus-emph-style = syntax "#585818" # green almost darkest
|
||||
plus-style = syntax "#2e2e0f" # green darkest
|
||||
syntax-theme = Nord
|
||||
|
||||
[push]
|
||||
|
|
Loading…
Add table
Reference in a new issue