From 5ec73d44d6eddb9491311f633f4be6ef609768b6 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 20 Jan 2023 00:42:58 +0100 Subject: qol improvements --- plugin/max-fix-colorschemes.vim | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') 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() highlight! PmenuThumb cterm=inverse highlight! MoreMsg cterm=inverse - 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 WildMenu Search - highlight! link Convention Error - highlight! link PmenuSbar Pmenu - highlight! link VertSplit LineNr - highlight! link SignColumn LineNr - highlight! link ALEErrorSign LineNr - highlight! link FoldColumn VertSplit - " highlight! link Folded LineNr - highlight! link EndOfBuffer NonText + 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 WildMenu Search + highlight! link Convention Error + highlight! link PmenuSbar Pmenu + highlight! link VertSplit LineNr + highlight! link SignColumn LineNr + highlight! link ALEErrorSign LineNr + highlight! link FoldColumn VertSplit + highlight! link Folded LineNr + highlight! link EndOfBuffer NonText + highlight! link DiagnosticHint Debug + highlight! link DiagnosticInfo Debug + highlight! link DiagnosticError Error + highlight! link DiagnosticWarn Debug + + hi Comment gui=italic hi Keyword gui=bold -- cgit v1.2.3