Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

disable transparent background? #24

@prankousky

Description

@prankousky

Hi,

I just discovered wal.vim and really like the results; however, I don't want a transparent background. This can usually be resolved with

" some colorscheme
colorscheme monokai
" disable transparent background
set background=dark
" disable for "kitty" terminal as well
let &t_ut=''

in $MYVIMRC. However, when I put colorscheme wal, it will not work. I still have set background=dark and let &t_ut='' below colorscheme wal (just as I did with monokai), but the background will always be transparent.

I use picom (previously compton) as composite manager to get this transparent background for my terminal; however, vim is the only program I'd prefer not to have transparency, and usually this works great. Only this plugin does not respect the other settings. Can you please tell me what I need to change in order to have a dark background for vim even when using colorscheme wal?

Thank you for your help :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions