Closed MichaelC001 closed 3 months ago
Set option highlight.keyword = 'fg'
. Should close.
Like this? Can't speak for the op but unless I'm missing something that was the first thing I tried. fg
sets the background color, not the foreground text itself.
No. It's the option highlight.keyword
as in
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
highlight = {
keyword = 'fg',
},
},
}
Interesting, not quite was I was personally hoping for but that's another nice option. Thank you!
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Did you check the docs?
Is your feature request related to a problem? Please describe.
I use the transparent background in Neovim, so the default background color highlight is not working. but if I could change the font color from default black to red or something, it could still be helpful for me. thank you
Describe the solution you'd like
custom font color
Describe alternatives you've considered
--
Additional context
No response