I can't seem to find any resolution to this at all in PyCharm Pro. I have the following:
local variable
class name
class instance
class instance calling method
a global variable
But, everything is white no matter how vastly different the scope is. Is there any way I can improve this with a plugin? Or, customize the Python syntax to be more complex?
I don't have any issue with this at all when customizing the JavaScript, HTML or many other languages syntax highlight color. It's just that with Python, the only thing I'm left with to customize is this:
How do I add more color to Python's Color Scheme in PyCharm?
You can set those variables/classes/methods to any color in Preferences
-> Editor
-> Color Scheme
-> Language Defaults
, Custom
and Python
.
For more colors, you can even check the semantic highlighting
in Language Defaults
.
And of course, there are many color schemes available on github and other sites, which could be imported in Color Scheme
tab.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With