I'm trying to override the default highlight groups with my custom ones. For example, when trying to change the guifg color of the NvimTreeEndOfBuffer group (to hide the ~ characters like the screenshot in the README), those changes don't take effect. I'm doing the following:
Also tried using vim.cmd[[colo nord]] and using the nord.util.highlight function, but none of those worked for me. Any ideas on how to override any highlight group? Thanks.
I'm trying to override the default highlight groups with my custom ones. For example, when trying to change the guifg color of the
NvimTreeEndOfBuffer
group (to hide the ~ characters like the screenshot in the README), those changes don't take effect. I'm doing the following:Also tried using
vim.cmd[[colo nord]]
and using thenord.util.highlight
function, but none of those worked for me. Any ideas on how to override any highlight group? Thanks.