You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Chris! Thanks a lot for this awesome neovim colorscheme!
I installed colorscheme today and saw that the folder icon on NvimTree is displaying incorrectly.
The text was updated successfully, but these errors were encountered:
AlexisGrishkevich
changed the title
Folder icon on NvimTree is displaying incorrectly.
Folder icons in NvimTree are displayed incorrectly.
Dec 10, 2022
hl(0, "NvimTreeOpenedFile", { fg = c.magenta2, bg = 'NONE' }) - removed background color and added icon color;
hl(0, "ColorColumn", { fg = 'NONE', bg = c.bg_highlight }) - I like use the colorcolumn options but color colum was black. I changed the color from balck to cursor color.
I didn't know how to change it in my colorscheme config so I did it in the theme.lua file from lunar.nvim.
Hi Chris! Thanks a lot for this awesome neovim colorscheme!
I installed colorscheme today and saw that the folder icon on NvimTree is displaying incorrectly.
https://drive.google.com/file/d/1YgN0AHlJZi7W51uHtmZAsZuvO1iJ47R2/view?usp=share_link
How can I fix it?
The text was updated successfully, but these errors were encountered: