vimrc: reduce the number of italicised items
This commit is contained in:
parent
e52f9c3e60
commit
7a4aa02c6c
@ -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
|
||||
|
||||
" compensate for lack of theme italics
|
||||
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"]
|
||||
execute "hi " s " cterm=italic"
|
||||
for s in ['Comment', 'markdownItalic', 'Boolean']
|
||||
execute 'hi ' s ' cterm=italic'
|
||||
endfor
|
||||
|
||||
" vimtex highlight groups
|
||||
|
Loading…
Reference in New Issue
Block a user