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

Undesired transparent nvim tree with kitty #22

Open
3seoksw opened this issue Apr 9, 2024 · 1 comment
Open

Undesired transparent nvim tree with kitty #22

3seoksw opened this issue Apr 9, 2024 · 1 comment

Comments

@3seoksw
Copy link

3seoksw commented Apr 9, 2024

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
Copy link
Owner

neanias commented Apr 9, 2024

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

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