-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
There are some highlight groups that change the colours such as See You can "diagnose" highlighting issues by looking at actual highlight groups: |
Beta Was this translation helpful? Give feedback.
-
Seems like I found a solution. After testing out a few other plugin files where the highlight group could be overwritten, I found out that my theme ( vim.api.nvim_set_hl(0, 'NvimTreeExecFile', { fg = "#ebdbb2" } |
Beta Was this translation helpful? Give feedback.
Seems like I found a solution. After testing out a few other plugin files where the highlight group could be overwritten, I found out that my theme (
gruvbox
) was overriding the NvimTreeExecFile value for whatever reason. After adding the following line right after setting my theme, the new text color value was not overwritten after restarting: