dylanaraps / wal.vim

🎨 A vim colorscheme for use with wal
MIT License
220 stars 41 forks source link

Set background color for `Normal` group #21

Closed cubetastic33 closed 4 years ago

cubetastic33 commented 4 years ago

Set ctermbg for the Normal highlight group to 0. This is to fix an issue where some things were highlighting incorrectly when using vim-airline.

upsetbit commented 4 years ago

This merge introduced a new problem. When setting the background color group to 0, vim/neovim tells the terminal emulator (some of them) to overwrite transparency.

This is what I normally see: yes

This is what I see now: no

I'm not sure how to fix this so for the time being, I'll just revert the commit locally.

I've tested on termite and alacritty on linux (manjaro). On MacOS (iTerm2) everything's still the same though.