From 9e5820c0a11767f39c303cfecc119f2484b0c003 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 18 Aug 2018 14:41:49 +0200 Subject: [PATCH] Ignore (falcon's) background colour setting --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index ff40067..3dd5bb4 100644 --- a/.vimrc +++ b/.vimrc @@ -441,6 +441,8 @@ set cryptmethod=blowfish2 " Ensure 256 colour support if the terminal supports it if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" colorscheme falcon + " Ignore the background setting, as falcon's dark blue is a bit much IMHO + hi Normal guibg=NONE ctermbg=NONE " create a bar for airline set laststatus=2