Does anyone have a "dark" PyCharm schema file?

32,702

Solution 1

I just found this wonderful theme :

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

Solution 2

Tomorrow Night has been ported to IntelliJ / PyCharms

https://github.com/chriskempson/tomorrow-theme

https://github.com/chriskempson/tomorrow-theme/tree/master/Jetbrains

Tomorrow Night Theme

Sorry, screenshot is in Ruby

Solution 3

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

Solution 4

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

Solution 5

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.

Share:
32,702
dave
Author by

dave

Updated on August 05, 2022

Comments

  • dave
    dave almost 2 years

    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 possible to use komodo schemas?