Imposible to read diff on light theme #1266
Unanswered
brainlet-ali
asked this question in
Q&A
Replies: 1 comment
-
Hi, you can set your own highlight color, referring to: Eg: vim.api.nvim_set_hl(0, "MyAvanteCurrentGroup", {
fg = "#FF0000",
bg = "#00FF00",
bold = true
})
return {
"yetone/avante.nvim",
build = build,
event = "VeryLazy",
opts = {
highlights = {
diff = {
current = "MyAvanteCurrentGroup",
},
},
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know y'all cool kids like it dark; but is there any chance we can get it on light theme as well ?? As it is almost impossible to make use of the plugin in light theme. (I was willing to switch ANY light theme but not dark).
Beta Was this translation helpful? Give feedback.
All reactions