Skip to content

Commit

Permalink
fix: default highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Aug 15, 2024
1 parent 9bc6b4d commit 4705b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions lua/avante/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4705b2a

Please sign in to comment.