diff options
Diffstat (limited to 'vim/.vim/colors')
-rw-r--r-- | vim/.vim/colors/akr.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim index ccba83e..622585b 100644 --- a/vim/.vim/colors/akr.vim +++ b/vim/.vim/colors/akr.vim @@ -94,4 +94,6 @@ hi texSubscript gui=NONE guifg=NONE guibg=#000000 hi texSuperscript gui=NONE guifg=NONE guibg=#000000 hi texBeginEndName gui=NONE guifg=NONE guibg=NONE +hi prologClauseHead gui=NONE guifg=#aadb0f guibg=NONE + match SpecialKey '^\s\+' |