subtheme-dev / monokai-pro

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

TODO Statments are not highlighted in the scroolbar #26

Closed HikaruHokkyokusei closed 2 years ago

HikaruHokkyokusei commented 2 years ago

Describe the bug Just like we see small and thin horizontal lines in the scrollbar of the editor for errors (red) and warnings (yellow), we should be able to see a similar line (probably of blue color) for TODO comments which we can see in IntelliJ Light Theme but not in Monokai Pro.

To Reproduce Steps to reproduce the behavior:

  1. Write a Todo comment anywhere in the editor (E.g. // TODO: This is a comment)
  2. In IntelliJ Light Theme, we will see a thin blue horizontal line on the scrollbar.
  3. If we switch to Monokai Pro, no such corresponding line will be there.

Screenshots image image

Application: All JetBrain IDEs

HikaruHokkyokusei commented 2 years ago

I have created a pull request to fix this issue. Please merge that request and close this issue.

espositocode commented 2 years ago

Thanks, and sorry for the delay. The changes look good.