From 07b35f37f925c6ccecd311787075c7c2bd3d6579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20A=C5=BEman?= Date: Wed, 28 Jan 2015 15:04:53 -0800 Subject: [PATCH] Added doxygen changes. The main doxygen comments were too dark to read most of the time. --- colors/inkpot.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/colors/inkpot.vim b/colors/inkpot.vim index 96d04e7..c70b575 100644 --- a/colors/inkpot.vim +++ b/colors/inkpot.vim @@ -123,6 +123,7 @@ if has("gui_running") hi doxygenSmallSpecial gui=NONE guifg=#fdd090 guibg=NONE hi doxygenSpecial gui=NONE guifg=#fdd090 guibg=NONE hi doxygenComment gui=NONE guifg=#ad7b20 guibg=NONE + hi doxygenBody gui=NONE guifg=LightBlue guibg=NONE hi doxygenSpecial gui=NONE guifg=#fdab60 guibg=NONE hi doxygenSpecialMultilineDesc gui=NONE guifg=#ad600b guibg=NONE hi doxygenSpecialOnelineDesc gui=NONE guifg=#ad600b guibg=NONE @@ -203,6 +204,11 @@ else exec "hi Underlined cterm=BOLD ctermfg=" . X(77) . " ctermbg=" . "NONE" exec "hi TaglistTagName cterm=BOLD ctermfg=" . X(39) . " ctermbg=" . "NONE" + exec "hi doxygenBrief cterm=BOLD ctermfg=Cyan ctermbg=NONE" + exec "hi doxygenParamName cterm=BOLD ctermfg=LightGrey ctermbg=NONE" + exec "hi doxygenBody cterm=NONE ctermfg=LightBlue ctermbg=NONE" + exec "hi doxygenSpecialOnelineDesc cterm=NONE ctermfg=DarkCyan ctermbg=NONE" + if v:version >= 700 exec "hi Pmenu cterm=NONE ctermfg=" . X(87) . " ctermbg=" . X(82) exec "hi PmenuSel cterm=BOLD ctermfg=" . X(87) . " ctermbg=" . X(38)