neanias / everforest-nvim

A Lua port of the Everforest colour scheme
233 stars 15 forks source link

Undesired transparent nvim tree with kitty #22

Open 3seoksw opened 5 months ago

3seoksw commented 5 months ago

Hello, Recently, I've migrated the terminal emulator from iTerm2 to kitty and faced a minor issue regarding transparency.

Screenshot 2024-04-10 at 01 52 48

As shown above, nvim tree's background is transparent which is not the desired behaviour. I want to set the terminal transparent but not neovim so I have set background_opacity 0.85 from kitty.conf and not set the transparent_background_level to 1 or 2.

I tried :hi NvimTreeNormal and it says NvimTreeNormalxxx guifg=#d3c6aa guibg=#1e2326 normally. So I also tried :hi NvimTreeNormal guibg=#123456 with random colour, and it worked but only the default colour (#1e2326) seems not to be working.

And thanks a lot for the colorscheme! I'm really enjoying it :)

neanias commented 5 months ago

Hmm, that's weird. I'll look into it!