vimrc: reduce the number of italicised items

This commit is contained in:
surtur 2022-10-30 03:57:16 +01:00
parent e52f9c3e60
commit 7a4aa02c6c
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1249,8 +1249,8 @@ hi SpellBad guisp=red gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=N
hi SpellCap guisp=yellow gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE term=underline cterm=undercurl ctermul=yellow hi SpellCap guisp=yellow gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE term=underline cterm=undercurl ctermul=yellow
" compensate for lack of theme italics " compensate for lack of theme italics
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"] for s in ['Comment', 'markdownItalic', 'Boolean']
execute "hi " s " cterm=italic" execute 'hi ' s ' cterm=italic'
endfor endfor
" vimtex highlight groups " vimtex highlight groups