oferbidalgo
oferbidalgo

Reputation: 249

In phpstorm, how do I switch back to default color theme look and feel?

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

Answers (6)

Galina Bublik
Galina Bublik

Reputation: 418

For Window10: File -> Settings -> Editor -> Color Scheme

Upvotes: 1

vipin yadav
vipin yadav

Reputation: 1

  1. Go to your phpstrom setting.
  2. Click on Editor option.
  3. After Editor you click on Colors Scheme.
  4. Select the Scheme option and click on apply button.

Upvotes: 0

Jignesh Joisar
Jignesh Joisar

Reputation: 15085

You can Switch Many ways..

  1. by press Ctrl + ~
  2. open action window by press Ctrl + Shift + A and type Theme showing all the themes which you have installed in phpstrom

Upvotes: 2

user712092
user712092

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

anand
anand

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

Thomsdfsdfas
Thomsdfsdfas

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

Related Questions