Celeb Glow
updates | March 24, 2026

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.

4

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/colors

When 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>

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy