dracula / jetbrains

🧛🏻‍♂️ Dark theme for JetBrains IDEs (IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, WebStorm, etc.)
https://draculatheme.com/jetbrains
MIT License
771 stars 35 forks source link

Pycharm TODO highlight changes not working #48

Closed trumantnt closed 3 years ago

trumantnt commented 3 years ago

Since Python comment symbol is # instead of // , the intended highlight color does not appear in Pycharm.

Also any change made in Settings -> Editor -> Color Scheme -> General -> TODO defaults would not translate as well.

WhiteVermouth commented 3 years ago

I just can't reproduce. I used PyCharm 2020.3 and Dracula Theme v1.11.1 image

trumantnt commented 3 years ago

I figured it out. It's not because of Dracula Theme, but because of settings from older version. It's a sneaky issue across different IDEs of Jetbrain.

I made a complete wipe of PyCharm and all programs related to Jetbrain, used Listary to find old setting files and delete them. And problem is solved.