New Color Scheme not working on PyCharm 2.6, Fedora 17 x64
I'm trying to install a new color scheme for my IDE but nothing I'm try is going to work.
This is the color scheme I want: https://gist.github.com/4397376
I tried to put it on
~/.PyCharm20/colors/Solarized.xml
~/.PyCharm20/color/Solarized.xml
~/.PyCharm20/config/colors/Solarized.xml
~/.PyCharm20/config/color/Solarized.xml
~/.PyCharm10/config/color/Solarized.xml
~/Library/Preferences/PyCharm20/colors/Solarized.xml
How can I add a new color scheme to PyCharm?
This is the color scheme I want: https://gist.github.com/4397376
I tried to put it on
~/.PyCharm20/colors/Solarized.xml
~/.PyCharm20/color/Solarized.xml
~/.PyCharm20/config/colors/Solarized.xml
~/.PyCharm20/config/color/Solarized.xml
~/.PyCharm10/config/color/Solarized.xml
~/Library/Preferences/PyCharm20/colors/Solarized.xml
How can I add a new color scheme to PyCharm?
Please sign in to leave a comment.
Since you did not specify which OS you are using, then accordingly to http://devnet.jetbrains.net/docs/DOC-181 the correct folder should be ~/Library/Preferences/PyCharm20/colors/ if you are on Mac or ~/.PyCharm20/config/colors/ if you are on Linux.
If IDE is running – restart it so it can pick up new scheme.