The Computer Oracle

How to change to new themes in PyCharm?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Riding Sky Waves v001

--

Chapters
00:00 How To Change To New Themes In Pycharm?
00:20 Accepted Answer Score 0
00:35 Answer 2 Score 8
02:05 Answer 3 Score 12
02:21 Answer 4 Score 3
02:37 Thank you

--

Full question
https://superuser.com/questions/699463/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#themes #ide

#avk47



ANSWER 1

Score 12


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.




ANSWER 2

Score 8


I've stumbled into this question while searching for the same issue. 2 years have passed after this question was asked and in the meantime PyCharm has reached v. 5.0.3.

Unfortunately the GitHub link provided in the post above was not so illuminating, at least for me, so I started investigating on my own among PyCharm folders in Windows (mine is 7 Pro, bu I thik this applies also for other versions).

Here's what I discovered:

  • There's a particular place in user's folder, from where PyCharm gets information about themes: its location is: %USERPROFILE%.PyCharm50\config\colors\

    To discover the exact path, just run a Command Prompt and type "set" to list environment variables; look for USERPROFILE value and you're done (usually it's *c:\users\UserName*)

WHAT DID I DO:

  • Download a theme from here: [http://color-themes.com/?view=index][1] (e.g. "Cobalt"), saved to a temporary folder

  • using any zip-compatible program, such as 7zip, WinZip or Total Commander (which really rocks :) ), unzip the .jar file in the config folder. Make sure you select to unzip recursive folders!

  • (re)Start PyCharm, and you should see your new theme applied. If not, go to Configuration (Alt-F7), Editor >> Colors & Fonts section and click Scheme Pull-down: the new them should be listed there.

Happy Pythoning, Max - Italy




ANSWER 3

Score 3


As of the most recent version of PyCharm (2017.2) this process is a lot more simplified.

On a Mac: Preferences | Editor | Color Scheme - Click the settings cog next to Scheme and select Import Scheme... Then select the .icls file for the theme you want to add.




ACCEPTED ANSWER

Score 0


Figured it out via the author on github https://github.com/d1ffuz0r/pycharm-themes/issues/3

In the end, the themes look terrible, and Dracula is still the best for PyCharm imho.