From dc4d55b5c5387e035fd294cda05bb5b7482b47bd Mon Sep 17 00:00:00 2001 From: badmrfrosty <49749436+badmrfrosty@users.noreply.github.com> Date: Sun, 30 Jun 2019 11:47:28 +0200 Subject: [PATCH] Transparency on CmdLine and Border Added transparency for CmdLine and Border. Follow-up of commit 7a745aa6f5f33ff02af2e6228ad65de1ac8389aa --- .config/vifm/colors/luke.vifm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/vifm/colors/luke.vifm b/.config/vifm/colors/luke.vifm index 6ab472df..06d5dd38 100644 --- a/.config/vifm/colors/luke.vifm +++ b/.config/vifm/colors/luke.vifm @@ -13,9 +13,9 @@ highlight TopLine cterm=none ctermfg=black ctermbg=white highlight TopLineSel cterm=bold ctermfg=black ctermbg=default highlight StatusLine cterm=bold ctermfg=black ctermbg=blue highlight WildMenu cterm=underline,reverse ctermfg=white ctermbg=black -highlight CmdLine cterm=none ctermfg=white ctermbg=black +highlight CmdLine cterm=none ctermfg=white ctermbg=default highlight ErrorMsg cterm=none ctermfg=red ctermbg=black -highlight Border cterm=none ctermfg=white ctermbg=black +highlight Border cterm=none ctermfg=white ctermbg=default highlight JobLine cterm=bold,reverse ctermfg=black ctermbg=white highlight SuggestBox cterm=bold ctermfg=default ctermbg=default highlight CmpMismatch cterm=bold ctermfg=white ctermbg=red