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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user