Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ikcalB opened this issue Sep 29, 2015 · 2 comments
Open

Comments

@ikcalB
Copy link

ikcalB commented Sep 29, 2015

@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
Copy link

jubnzv commented Oct 31, 2018

It can be quick fixed with something like this: jubnzv@8302450

Result:
image

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

@ikcalB
Copy link
Author

ikcalB commented Nov 2, 2018

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

Guzzii pushed a commit to Guzzii/gruvbox that referenced this issue Nov 15, 2019
Add support for MaxMEllon/vim-jsx-pretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants