JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

Syntax colors with Monokai theme isn't working. #290

Closed frederikhors closed 5 years ago

frederikhors commented 5 years ago

Syntax colors with Monokai theme isn't working.

jimkyndemeyer commented 5 years ago

Hi,

Thanks for using the plugin.

The GraphQL syntax highlighting uses the "Language defaults" to do the highlighting (see the "Inherit values from on the right):

image

For the Monokai theme you may need to tweak the colors to your liking.

jimkyndemeyer commented 5 years ago

Closing this based on the screenshot above. If that doesn't resolve the issue, add version info and steps to reproduce to make this actionable (as was also stated in the issue template).