Reputation: 3993
I recently installed the following theme (Material Theme UI): https://plugins.jetbrains.com/plugin/8006-material-theme-ui but now it has totally screwed my install and I can't understand the menus.
The editing section is fine but everything else is messed up.
How do I reset PhpStorm to the default?
Upvotes: 2
Views: 980
Reputation: 3105
In my case I used the following couple of command to fix the issue (while PHPStorm/Jetbrains closed)
cd ~/Library/Application Support/JetBrains/PhpStorm2024.2
rm -rf colors/
Colors where reset successfully after that.
Upvotes: 0
Reputation: 1177
Another option would be a hard reset on the PhpStorm installation:
This worked for me.
Be sure to make a list of all plugins you have installed or project(s) preferences you have configured in the global scope, because after the hard reset your IDE will be clean as a whistle (you will lose all your customisations).
Upvotes: -1
Reputation: 93738
It is a known issue of Material Theme UI plugin: http://www.material-theme.com/docs/faq-troubleshooting/#feature-settings. You can follow the advice from the article or try disabling the plugin in Settings | Plugins.
Upvotes: 3