subtheme-dev/monokai-pro

TODO Statments are not highlighted in the scroolbar

Closed this issue · 2 comments

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

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

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