You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was asked to post an issue here based on my review:
Great theme for Java, however I believe there should be a different color for enums like there is for interfaces. Currently they have the same color as classes and accessing an enum member uses the same color as a static variable.
I can go in more detail here.
The interface Map color is different from the Object color. I'd like a similar difference for Enums like LogLevel. I'm not really good with colors, but maybe lighter than objects since interfaces are darker?
I'd also like the color of enum accessed INFO to be different from statically accessed variables like MAX_VALUE - I'm not sure if this one is possible since they're both technically constants.
The text was updated successfully, but these errors were encountered:
I was asked to post an issue here based on my review:
I can go in more detail here.
The interface Map color is different from the Object color. I'd like a similar difference for Enums like LogLevel. I'm not really good with colors, but maybe lighter than objects since interfaces are darker?
I'd also like the color of enum accessed INFO to be different from statically accessed variables like MAX_VALUE - I'm not sure if this one is possible since they're both technically constants.
The text was updated successfully, but these errors were encountered: