From 7a745aa6f5f33ff02af2e6228ad65de1ac8389aa Mon Sep 17 00:00:00 2001 From: badmrfrosty <49749436+badmrfrosty@users.noreply.github.com> Date: Sat, 29 Jun 2019 22:09:11 +0200 Subject: [PATCH] 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 --- .config/vifm/colors/luke.vifm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/vifm/colors/luke.vifm b/.config/vifm/colors/luke.vifm index f3da1723..6ab472df 100644 --- a/.config/vifm/colors/luke.vifm +++ b/.config/vifm/colors/luke.vifm @@ -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