From 9037268d6886bdd5da843e572087dfd287ec0fce Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 10 Sep 2016 22:22:25 +0200 Subject: Add basic latex specific highlighting rules to `akr` colorscheme --- vim/.vim/colors/akr.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'vim/.vim/colors/akr.vim') diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index ec6911c..33ab622 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -80,4 +80,15 @@ hi xmlAttrib gui=NONE guifg=#F2F2F2 guibg=NONE hi vimwikiLink gui=underline guifg=#aadb0f guibg=NONE +hi texSection gui=bold guifg=#aadb0f guibg=NONE +hi texMathZoneX gui=NONE guifg=NONE guibg=#000000 +hi texMathSymbol gui=bold guifg=NONE guibg=#000000 +hi texTypeStyle gui=bold guifg=NONE guibg=#000000 +hi texStatement gui=bold guifg=NONE guibg=NONE +hi texGreek gui=NONE guifg=NONE guibg=#000000 +hi texBeginEnd gui=NONE guifg=#aadb0f guibg=NONE +hi texSubscript gui=NONE guifg=NONE guibg=#000000 +hi texSuperscript gui=NONE guifg=NONE guibg=#000000 +hi texBeginEndName gui=NONE guifg=NONE guibg=NONE + match SpecialKey '^\s\+' -- cgit v1.2.3