diff --git a/README.md b/README.md index 74a39578e..4e901d998 100644 --- a/README.md +++ b/README.md @@ -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 = { diff --git a/lua/avante/init.lua b/lua/avante/init.lua index 841d0d78f..02d998569 100644 --- a/lua/avante/init.lua +++ b/lua/avante/init.lua @@ -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 = {