morhetz / gruvbox

Retro groove color scheme for Vim
13.77k stars 1.1k forks source link

Question: Appropriate colors for doxygen comments in (e.g. C/C++) code #77

Open ikcalB opened 9 years ago

ikcalB commented 9 years ago

@morhetz have you ever used highlighting of doxygen-style comments with the gruvbox color theme?

let g:load_doxygen_syntax=1

When I just enable that option on a C-file using doxygen, the comment chars /**/ become orange, doxygen short comments are red, like keywords - what is really distracting (i.e. starting @718) vim-doxygen

using 'enhanced' colors is even worse, imho:

let g:doxygen_enhanced_color=0

vim-doxygen_enhanced

Is this intended, or would you mind to come up with a more natural approach for your extremely coherent colorscheme?
(sry for not fixing this myself, really have no spare time & am not into colorschemes at all)

jubnzv commented 5 years ago

It can be quick fixed with something like this: https://github.com/jubnzv/gruvbox/commit/830245080733123861c936bfb8a58e1da7d4a09e

Result: image

But I have no idea how to implement all other doxygen.vim options without long copy-pasting into gruvbox code.

ikcalB commented 5 years ago

Thanks for that hint @jubnzv ! Now I know where to put custom colors if I come across a better choice.

Yet I've somehow grown to like the cyan colors :p