From eccf27e61a9a2864f25a1bebb6383a30efab83d3 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 8 Oct 2019 22:36:24 +0200 Subject: Refactord color scheme and statusbar --- colors/coderonline.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'colors') diff --git a/colors/coderonline.vim b/colors/coderonline.vim index f842b28..d2ec135 100644 --- a/colors/coderonline.vim +++ b/colors/coderonline.vim @@ -3,7 +3,7 @@ " Last Change: 07.09.2015 " Web: http://max.coderonline.de/ -set background=dark +set background=light hi clear if exists("syntax_on") syntax reset @@ -105,6 +105,7 @@ highlight SpellBad gui=underline cterm=underline term=underline ctermbg=white highlight! link SpellCap SpellBad highlight! link SpellLocal Todo highlight! link SpellRare Todo +highlight! EndOfBuffer guibg=white " *hl-Conceal* " *hl-DiffAdd* " DiffAdd diff mode: Added line |diff.txt| -- cgit v1.2.3