1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 02:25:11 +01:00

Ignore (falcon's) background colour setting

This commit is contained in:
2018-08-18 14:41:49 +02:00
parent 8d0d165e13
commit 9e5820c0a1

2
.vimrc
View File

@@ -441,6 +441,8 @@ set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it " 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" if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic"
colorscheme falcon 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 " create a bar for airline
set laststatus=2 set laststatus=2