Solves transparency problem in vifm for me

I ran larbs on a fresh install this morning and the background in vifm was not transparent anymore, despite the fact that st was transparent.

Changing the ctermbg from black to default in the Win line solved the problem
This commit is contained in:
badmrfrosty 2019-06-29 22:09:11 +02:00 committed by GitHub
parent 23343f8be7
commit 7a745aa6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
highlight clear
highlight Win cterm=none ctermfg=white ctermbg=black
highlight Win cterm=none ctermfg=white ctermbg=default
highlight Directory cterm=bold ctermfg=cyan ctermbg=default
highlight Link cterm=bold ctermfg=blue ctermbg=default
highlight BrokenLink cterm=bold ctermfg=red ctermbg=default