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 = {
|
highlights = {
|
||||||
diff = {
|
diff = {
|
||||||
incoming = "DiffAdded", -- need have background color
|
current = "DiffText", -- need have background color
|
||||||
current = "DiffRemoved", -- need have background color
|
incoming = "DiffAdd", -- need have background color
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mappings = {
|
mappings = {
|
||||||
|
@ -761,8 +761,8 @@ M.config = {
|
|||||||
},
|
},
|
||||||
highlights = {
|
highlights = {
|
||||||
diff = {
|
diff = {
|
||||||
incoming = "DiffAdded", -- need have background color
|
current = "DiffText", -- need have background color
|
||||||
current = "DiffRemoved", -- need have background color
|
incoming = "DiffAdd", -- need have background color
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mappings = {
|
mappings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user