morhetz / gruvbox

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

background dark get transparent effect on Konsole #359

Open roachsinai opened 3 years ago

roachsinai commented 3 years ago

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!