diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/coderonline.vim | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
3 | " Last Change: 07.09.2015 | 3 | " Last Change: 07.09.2015 |
4 | " Web: http://max.coderonline.de/ | 4 | " Web: http://max.coderonline.de/ |
5 | 5 | ||
6 | set background=dark | 6 | set background=light |
7 | hi clear | 7 | hi clear |
8 | if exists("syntax_on") | 8 | if exists("syntax_on") |
9 | syntax reset | 9 | syntax reset |
@@ -105,6 +105,7 @@ highlight SpellBad gui=underline cterm=underline term=underline ctermbg=white | |||
105 | highlight! link SpellCap SpellBad | 105 | highlight! link SpellCap SpellBad |
106 | highlight! link SpellLocal Todo | 106 | highlight! link SpellLocal Todo |
107 | highlight! link SpellRare Todo | 107 | highlight! link SpellRare Todo |
108 | highlight! EndOfBuffer guibg=white | ||
108 | " *hl-Conceal* | 109 | " *hl-Conceal* |
109 | " *hl-DiffAdd* | 110 | " *hl-DiffAdd* |
110 | " DiffAdd diff mode: Added line |diff.txt| | 111 | " DiffAdd diff mode: Added line |diff.txt| |