fix: default highlights

This commit is contained in:
yetone
2024-08-15 15:47:55 +08:00
parent 9bc6b4d25c
commit 4705b2a679
2 changed files with 4 additions and 4 deletions

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