gruvbox icon indicating copy to clipboard operation
gruvbox copied to clipboard

background dark get transparent effect on Konsole

Open roachsinai opened this issue 5 years ago • 0 comments

I'm using Konsole + Vim on Manjaro.

call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
call plug#end()

colorscheme gruvbox
set bg=dark

Above setting leads to a transparent background.

Screen Capture_select-area_20201015003654

But set bg=light no this issue:

Screen Capture_select-area_20201015003759

Any hints? Thanks in advance!

roachsinai avatar Oct 14 '20 16:10 roachsinai