├── Monokai-Sublime.jar ├── Monokai_Sublime.xml ├── readme.md └── screenshot.png /Monokai-Sublime.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiaowen/jetbrains-monokai-sublime/b28296c07f1d86218ba6f6bc65222d2efecec901/Monokai-Sublime.jar -------------------------------------------------------------------------------- /Monokai_Sublime.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 2412 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## THIS IS A FORK FROM https://github.com/DmitryLanda/phpstorm-monokai 2 | #### This version supports Objective-C (for AppCode), Java (for IntelliJ IDEA), Ruby (for RubyMine, even though it already has a Monokai color scheme), and has better PHP support (PhpStorm) 3 | 4 | This is a port of the Monokai theme from Sublime Text 2 to IntelliJ IDEA-based IDEs. It looks a bit like this: 5 | 6 | ![Monokai_Sublime screenshot](https://raw.github.com/OtaK/jetbrains-monokai-sublime/master/screenshot.png) 7 | 8 | Note: I have created an issue on the Jetbrain's bug-tracker. 9 | The issue is related to selecting text that is highlighted after searching. 10 | Link: http://youtrack.jetbrains.net/issue/WI-9576?projectKey=WI 11 | 12 | # Installation 13 | 14 | You can manually place the XML file in the correct location, or within PhpStorm go to File -> Import Settings and 15 | locate the included .jar file. This will only import the colour scheme. 16 | 17 | To manually install the colour theme, go to Preferences -> Editor -> Colors and Fonts. Create a new color 18 | scheme called "Monokai Sublime". 19 | 20 | Click Apply. 21 | 22 | Search your hard drive for a file called "Monokai_Sublime.xml" 23 | 24 | Replace that file with the one in this github repository. 25 | 26 | On a Mac, you'll find that file at 27 | `~/Library/Preferences/WebIDE10/colors/Monokai_Sublime.xml` 28 | 29 | On Linux the file is located at 30 | `~/.WebIde10/config/colors/Monokai_Sublime.xml` 31 | 32 | On Windows, the files are located in 33 | `C:\Documents and Settings\\.WebIde10\config\colors` 34 | 35 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiaowen/jetbrains-monokai-sublime/b28296c07f1d86218ba6f6bc65222d2efecec901/screenshot.png --------------------------------------------------------------------------------