fix: default highlights

This commit is contained in:
yetone 2024-08-15 15:47:55 +08:00
parent 9bc6b4d25c
commit 4705b2a679
No known key found for this signature in database
GPG Key ID: 222BA52B342D52AA
2 changed files with 4 additions and 4 deletions

View File

@ -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 = {

View File

@ -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 = {