doums / darcula

A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
368 stars 59 forks source link

Not matching Darcula; not highlighting all objects #23

Open tir38 opened 3 years ago

tir38 commented 3 years ago

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:

Screen Shot 2021-07-13 at 3 36 46 PM

java with darcula:

Screen Shot 2021-07-13 at 3 36 32 PM

kotlin with deus:

Screen Shot 2021-07-13 at 3 33 09 PM

kotlin with darcula:

Screen Shot 2021-07-13 at 3 33 49 PM

kotlin inside IntelliJ:

Screen Shot 2021-07-13 at 3 34 18 PM
asousajnri commented 2 years ago

For me I don't see the expected colors also.

Screen Shot 2022-02-11 at 00 37 16

randy commented 2 years ago

For me I don't see the expected colors also.

Screen Shot 2022-02-11 at 00 37 16

@asousajnri, I have the config as being syntax on, not syntax enable; maybe both work? I also don't use lightline, so maybe there's an incompatibility beyond what's mentioned in the readme..

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. Here's a YAML: image

A bash script (yes, I use zsh) image

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.

garrofederico commented 2 years ago

I'm having exactly the same issues with commented lines in yaml and also the colors are not correct.

image

For reference, I have Upgraded my macOS to Monterrey 12.5.1 and ever since, some colorschemes look different than before. @randy , Did you find a solution to this btw?

randy commented 2 years ago

@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! 😄