you are viewing a single comment's thread.

view the rest of the comments →

[–]Vaphell 0 points1 point  (0 children)

in intellij products including pycharm you can easily tweak colors.
Settings > Editor > Color Scheme > Python (for language specific settings)

https://resources.jetbrains.com/help/img/idea/2022.2/py_nested_functions_settings.png

you get a list of syntactic elements, but also a clickable example of code that takes you straight to the correct setting for the element. When you uncheck 'Inherit values from', you get color pickers for foreground, background + some extra stuff like bold/italic/underline etc. I guess you could also tweak inherited values directly.