morhetz / gruvbox

Retro groove color scheme for Vim
13.43k stars 1.1k forks source link

Terminal background goes from translucent to solid #413

Closed snowhawk1 closed 2 years ago

snowhawk1 commented 2 years ago

When using Gruvbox in NeoVim, my terminal background, which is normally translucent, becomes solid. Screenshot below:

20211229_20h00m31s_grim

If anyone can help that would be appreciated

Software: Linux Distro - Arch Linux x86_64 Kernel - 5.15.11 Terminal - Alacritty 0.9.0 Vim - NeoVim 0.6.0

snprajwal commented 2 years ago

See #375

snowhawk1 commented 2 years ago

See #375

fixed, thank you

i used the lines

autocmd vimenter * highlight Normal guibg=NONE ctermbg=NONE and autocmd vimenter * highlight Normal guibg=NONE ctermbg=NONE months ago and forgot about this issue