How to change to new themes in PyCharm

idethemes

so I installed these PyCharm themes here
https://github.com/d1ffuz0r/pycharm-themes/blob/master/README.md

Installed into a random folder, but where do I put these themes so I can change them in PyCharm?

Currently I still only see default, and Darcula.

Best Answer

File -> Import Settings -> select the .jar file and restart PyCharm.

If it isn't applied automatically you can select it in File -> Settings -> Editor -> Colors & Fonts.

Related Question