fix: default highlights
This commit is contained in:
parent
9bc6b4d25c
commit
4705b2a679
@ -70,8 +70,8 @@ https://github.com/user-attachments/assets/510e6270-b6cf-459d-9a2f-15b397d1fe53
|
||||
},
|
||||
highlights = {
|
||||
diff = {
|
||||
incoming = "DiffAdded", -- need have background color
|
||||
current = "DiffRemoved", -- need have background color
|
||||
current = "DiffText", -- need have background color
|
||||
incoming = "DiffAdd", -- need have background color
|
||||
},
|
||||
},
|
||||
mappings = {
|
||||
|
@ -761,8 +761,8 @@ M.config = {
|
||||
},
|
||||
highlights = {
|
||||
diff = {
|
||||
incoming = "DiffAdded", -- need have background color
|
||||
current = "DiffRemoved", -- need have background color
|
||||
current = "DiffText", -- need have background color
|
||||
incoming = "DiffAdd", -- need have background color
|
||||
},
|
||||
},
|
||||
mappings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user