I'm trying out pycharm for django development and I can't stand the white background. Can someone provide a place to download a schema file? Switching all the colors manually is tedious and time consuming.

Is it maybe possible to use komodo schemas?

link|improve this question

80% accept rate
did find this, which was helpful: devnet.jetbrains.net/docs/DOC-1154 although not any of these are ported to python, but it is a helpful starting point nonetheless. – dave Jul 13 '10 at 19:34
feedback

4 Answers

up vote 4 down vote accepted

I just found this wonderful theme :

http://github.com/nek4life/pycharm-twilight

link|improve this answer
Twilight FTW! :) – Agos Oct 21 '10 at 14:00
feedback

Here's mine, which was basically copied from the Obsidian theme in Notepad++. This is an XML file you can stick into the colors folder in the config. I'm not sure what else you need to do...perhaps just create a new color scheme named Dark, and then copy this data into it.

Dark Theme

link|improve this answer
cool, i'll try this out for a bit; thanks. to activate it you simply put it in that colors folder and restart pycharm, then select it in settings under editor->colors&fonts. thanks – dave Jul 14 '10 at 17:48
feedback

Yes, those RubyMine themes (http://devnet.jetbrains.net/docs/DOC-1154) is the best place to start. There's no import routines available.

If you create some nice schema, please share it.

link|improve this answer
i will if i can come up with anything nice and worth sharing. just like everything else for me its an iterative process. – dave Jul 14 '10 at 17:18
feedback

I made a django color theme for PyCharm. You can get it here: http://www.nerdydork.com/django-color-theme-for-pycharm.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.