From e77584f9dc7154e201748670ebcf0c144556caeb Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 30 Nov 2016 19:01:41 -0500 Subject: [PATCH] Make doxygen comments look better. Bold for brief function descriptionss looks a bit better to me. (It looks like how it did on the old 8-color terminal view.) --- vim/colors/adam.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/colors/adam.vim b/vim/colors/adam.vim index 9c57032..29024b1 100644 --- a/vim/colors/adam.vim +++ b/vim/colors/adam.vim @@ -91,7 +91,7 @@ hi SpecialComment ctermfg=Magenta guifg=Magenta hi doxygenSpecial ctermfg=Magenta guifg=Magenta hi doxygenCommentSpecial ctermfg=Magenta guifg=Magenta hi doxygenBriefSpecial ctermfg=Magenta guifg=Magenta -hi doxygenBrief ctermfg=cyan +hi doxygenBrief ctermfg=cyan cterm=bold hi doxygenComment ctermfg=Blue guifg=Blue "hi doxygenSpecialTypeOnelineDesc cterm=bold ctermfg=LightMagenta guifg=firebrick3 gui=bold "hi doxygenParam ctermfg=cyan