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
Hello,
Recently, I've migrated the terminal emulator from iTerm2 to kitty and faced a minor issue regarding transparency.
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 :)
The text was updated successfully, but these errors were encountered:
Hello,
Recently, I've migrated the terminal emulator from iTerm2 to kitty and faced a minor issue regarding transparency.
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
fromkitty.conf
and not set thetransparent_background_level
to 1 or 2.I tried
:hi NvimTreeNormal
and it saysNvimTreeNormalxxx 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 :)
The text was updated successfully, but these errors were encountered: