Reputation: 249
I have set my phpstorm color scheme to dark theme - "Darcula" theme.
There was a pop up asking if I would also like to change my default look and feel to dark, I clicked on yes, but now I cannot switch back to regular look and feel!
Although the editor background changes according to the scheme, all the other window backgrounds stay dark!
Upvotes: 24
Views: 55356
Reputation: 1
Upvotes: 0
Reputation: 15085
You can Switch Many ways..
Ctrl
+ ~
Ctrl
+ Shift
+ A
and type Theme
showing all the themes which you have installed in phpstromUpvotes: 2
Reputation: 1986
I was unable to switch to other color scheme in /settings/appearance/
, it always reverted to dark theme. Disabling Material Theme UI plugin in /settings/plugins/
helped. Now I can switch between any themes.
Upvotes: 2
Reputation: 331
You can also press Ctrl+~ (tild - switch below the ESC switch the tild) and select look and feel. From the same Ctrl+~ you can choose the key map and more things in phpstorm.
Upvotes: 33
Reputation: 661
File -> Settings -> Apperarance - Theme.
Then u can change it to whatever you want to again.
File -> Settings -> Colors & Fonts Scheme name.
This will change your editor themes and color.
Upvotes: 66