Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install custom color scheme in PhpStorm 2016.1 on Mac OSx

How do you install custom color schemes in PhpStorm 2016.1 on Mac OSX?

Previous versions you'd place an xml file in a directory like ~/user/webide900/colors and PhpStorm would pick it up and make it an option for you in the settings to switch to one of those themes.

This site where I used to get themes appears to still be up to date but their instructions for install are for old versions.

PhpStorm docs don't make any mention of installing custom scheme files.

like image 720
brs14ku Avatar asked Mar 22 '16 19:03

brs14ku


1 Answers

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.

like image 84
SirBennyLavaThe3rd Avatar answered Oct 04 '22 00:10

SirBennyLavaThe3rd