From eb2e7959987ebc405c7a03060f259655e13f01d0 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 29 Oct 2018 18:02:40 +0100 Subject: Further cleaning finally done --- plugin/max-fix-colorschemes.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index ac2af76..1624565 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -8,16 +8,20 @@ function! ExtendColorTheme() highlight! BoldUnderline cterm=bold,underline gui=bold,underline highlight! BoldItalic cterm=bold,Italic gui=Bold,Italic highlight! Todo cterm=bold gui=bold guibg=#ffffaa guifg=#000000 - highlight! Error ctermbg=NONE guibg=NONE + highlight! Error guibg=NONE highlight! SpellBad cterm=NONE gui=undercurl guibg=NONE guifg=red + highlight! link qfSeparator Normal | " reserve one space + highlight! link qfLineNr Normal | " informational line numbers should look different + highlight! link SpecialKey NonText | " makes tab stop (see listchars) less disturbing highlight! link EndOfBuffer Ignore highlight! link WildMenu Search highlight! link Convention Error highlight! link VertSplit NonText + highlight! link VertSplit LineNr highlight! link Folded LineNr highlight! link SignColumn LineNr highlight! link FoldColumn LineNr @@ -26,7 +30,6 @@ function! ExtendColorTheme() highlight! PmenuThumb cterm=inverse highlight! MoreMsg cterm=inverse - endfunction autocmd ColorScheme * call ExtendColorTheme() -- cgit v1.2.3