subtheme-dev / monokai-pro

The unofficial Monokai Pro theme by Subtheme.
https://subtheme.dev/monokai-pro
MIT License
130 stars 25 forks source link

In Ruby, keyword color overrides comment color #25

Open kkurian opened 2 years ago

kkurian commented 2 years ago

Describe the bug In Ruby single-line comments, the keyword color overrides the comment color:

To Reproduce Steps to reproduce the behavior:

  1. In any Ruby file, type a comment with a keyword in it.

Screenshots

Cursor_and_8334_–_chain_of_responsibility_factory_rb

Application: IntelliJ

Note: I have no experience with color schemes or plugins for IntelliJ, but I tinkered around for an hour to get a feel for it. I imagine this is a simple fix. I'd be happy to submit a PR if I knew what needed to be done.

kkurian commented 2 years ago

In case this helps in debugging, I noticed that when a comment is preceded by two # then the color works as expected.

reef_–_coverage_info_rb