diff options
| author | Max Christian Pohle | 2023-01-20 00:42:58 +0100 | 
|---|---|---|
| committer | Max Christian Pohle | 2023-01-20 00:42:58 +0100 | 
| commit | 5ec73d44d6eddb9491311f633f4be6ef609768b6 (patch) | |
| tree | 65202f3f49df82992bfc72443ebbe8455fb0a509 /plugin | |
| parent | 5107a24190ebf257b8abe3bf959a0c1b1e032e53 (diff) | |
| download | vim-5ec73d44d6eddb9491311f633f4be6ef609768b6.tar.bz2 vim-5ec73d44d6eddb9491311f633f4be6ef609768b6.zip | |
qol improvements
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 | ||
