-
Notifications
You must be signed in to change notification settings - Fork 59
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
Not matching Darcula; not highlighting all objects #23
Comments
@asousajnri, I have the config as being For me, the problem is that comments appear to be highlighted. Language doesn't seem to matter. It's happening in Java, YAML, the .vimrc file, and bash scripts. A bash script (yes, I use zsh) I've been poking around looking for the config for this and will probably eventually find it, but if anyone can point me in the right direction, I'd appreciate it! Also, if it's just a bug, then I'd be happy to start a new issue to keep things organized. |
I'm having exactly the same issues with commented lines in yaml and also the colors are not correct. |
@garrofederico, no, I sort of gave up and am living with it for now. Maybe in my non-existent free time I'll figure it out one day! 😄 |
I put
darcula.vim
in~/.vim/colors
. When selecting this colorscheme (with:colorscheme
) I don't see the expected colors. I sometimes dont even see objects colorized at all. I'm sure the syntax "discovery" is working right. If I use another color scheme (e.g. deus) everything works fine:java with deus:
java with darcula:
kotlin with deus:
kotlin with darcula:
kotlin inside IntelliJ:
The text was updated successfully, but these errors were encountered: