Install custom color scheme in PhpStorm 2016.1 on Mac OSx
PhpStorm 2016.1 on Windows - How to install color theme
Go to folder:
C:\Users\USERNAME\.PhpStorm2016.1\config\
Create a new folder:
colors
Copy the XML file of your favourite theme-color in the
colors
folder.Open PhpStorm, go to:
File->Settings
then chooseEditor->Colors & Fonts
and your new theme-color appears in the select list.
To install a custom color scheme you need to create a folder named colors in ~/Library/Preferences/PhpStorm2016.1/
. In here you drop the .icls
file. Hope this helps.