Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 949 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 949 Bytes

PhpStorm Dark-Monokai color based on Sublime Text theme.

PHP Example

PHP Screenshot1

PHP Screenshot1

Installation

  • Place the Mongokai-Dark.icls and file in your phpStorm folder paths are given below.
  • Then go to File -> Settings -> Editor -> Colors & Fonts
  • Select the Mongokai-Dark theme from the drop down list
  • Restart the phpStorm

Ubuntu Linux

cd ~/.WebIde70/config/colors
//If phpStorm 8, it is: cd ~/.WebIde80/config/colors

Mac OS X

cd ~/Library/Preferences/WebIde70/colors/
//If phpStorm 8, it is: cd ~/Library/Preferences/WebIde80/colors/

Windows

c:/Users/USERNAME/..WebIde70/config/colors
//If phpStorm 8, it is:  c:/Users/USERNAME/..WebIde80/config/colors

Contribute

Feel free to contribute