diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/max-fix-colorschemes.vim | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index 0a5e401..9f55fdf 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim | |||
| @@ -15,18 +15,24 @@ function! ExtendColorTheme() | |||
| 15 | highlight! PmenuThumb cterm=inverse | 15 | highlight! PmenuThumb cterm=inverse |
| 16 | highlight! MoreMsg cterm=inverse | 16 | highlight! MoreMsg cterm=inverse |
| 17 | 17 | ||
| 18 | highlight! link qfSeparator Normal | " reserve one space | 18 | highlight! link qfSeparator Normal | " reserve one space |
| 19 | highlight! link qfLineNr Normal | " informational line numbers should look different | 19 | highlight! link qfLineNr Normal | " informational line numbers should look different |
| 20 | highlight! link SpecialKey NonText | " makes tab stop (see listchars) less disturbing | 20 | highlight! link SpecialKey NonText | " makes tab stop (see listchars) less disturbing |
| 21 | highlight! link WildMenu Search | 21 | highlight! link WildMenu Search |
| 22 | highlight! link Convention Error | 22 | highlight! link Convention Error |
| 23 | highlight! link PmenuSbar Pmenu | 23 | highlight! link PmenuSbar Pmenu |
| 24 | highlight! link VertSplit LineNr | 24 | highlight! link VertSplit LineNr |
| 25 | highlight! link SignColumn LineNr | 25 | highlight! link SignColumn LineNr |
| 26 | highlight! link ALEErrorSign LineNr | 26 | highlight! link ALEErrorSign LineNr |
| 27 | highlight! link FoldColumn VertSplit | 27 | highlight! link FoldColumn VertSplit |
| 28 | " highlight! link Folded LineNr | 28 | highlight! link Folded LineNr |
| 29 | highlight! link EndOfBuffer NonText | 29 | highlight! link EndOfBuffer NonText |
| 30 | highlight! link DiagnosticHint Debug | ||
| 31 | highlight! link DiagnosticInfo Debug | ||
| 32 | highlight! link DiagnosticError Error | ||
| 33 | highlight! link DiagnosticWarn Debug | ||
| 34 | |||
| 35 | |||
| 30 | hi Comment gui=italic | 36 | hi Comment gui=italic |
| 31 | hi Keyword gui=bold | 37 | hi Keyword gui=bold |
| 32 | 38 | ||
