PhpStorm theme installation folder not found
I am new to ubuntu and I am trying to install theme for PhpStorm. this question point out the folder ~/.WebIde50/config/colors but I am unable to find ~/.Webide50 folder.
2 Answers
ls -a ~There should be ".WebIde70" directory in there. You should next download some-theme.xml from to your Downloads folder.
cp ~/Downloads/some-theme.xml ~/.WebIde70/config/colorsWhen you open PhpStorm next time you should go to File->Settings->IDE Settings-> Editor->Colors & Fonts and change the theme from the drop down menu.
If you have PhpStorm8:
cp ~/Downloads/some-theme.xml ~/.WebIde80/config/colors Have you tried using the locate command?
locate <foldername>