Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder icons in NvimTree are displayed incorrectly. #2

Open
AlexisGrishkevich opened this issue Dec 7, 2022 · 2 comments
Open

Folder icons in NvimTree are displayed incorrectly. #2

AlexisGrishkevich opened this issue Dec 7, 2022 · 2 comments

Comments

@AlexisGrishkevich
Copy link

AlexisGrishkevich commented Dec 7, 2022

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?

@AlexisGrishkevich AlexisGrishkevich changed the title Folder icon on NvimTree is displaying incorrectly. Folder icons in NvimTree are displayed incorrectly. Dec 10, 2022
@ChristianChiarulli
Copy link
Member

what would be the correct way to display them?

@AlexisGrishkevich
Copy link
Author

AlexisGrishkevich commented Dec 13, 2022

I made the following changes:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants