Making PyCharm 'look' like Sublime text

pycharm, sublimetext2

Solution

After doing some mix-ups, I found an exact working theme. Hint: click on images to preview in high resolution.

Follow these steps

- Install "Monocai Color Theme" from settings>plugins

- Select Darcula theme in "Appearance and Behavior"

- Select Monokai color scheme under "Editor>Color Scheme"

- Final look

Problem

I imported the same color scheme I use in sublime text, but the syntax coloring in sublime does a better job of coloring methods, classes, data types, etc. is it possible to make PyCharm look the same as sublime text 2? PyCharm Sublime Text 2

Original source