How to remove material theme (or reset to defaults) from IntelliJ / PyCharm?

后端 未结 13 960
广开言路
广开言路 2021-02-02 05:34

I have installed Material Theme UI and it made my IDE blackish. Later I decided to remove and and removed plugin. Unfortunately, this didn\'t give default colors back, some part

13条回答
  •  南方客
    南方客 (楼主)
    2021-02-02 05:39

    You should:

    1. Go to Settings->Plugins and remove Material UI plugin
    2. Switch to Default theme in Settings->Editor->Color Scheme

    If it does not help (it happened to me) and you still have some colors/fonts from removed Material UI - looks like Material UI theme override some default colors. You should then close Intellij, go to Intellij config folder (on Windows it is C:/Users//.IntellijIdeaXXXX.X/config) and remove this config folder and restart Intellij. It should show you a dialog window to import settings from previous version or use defaults (like when you install Intellij and make the first start). After that everything will be switched to default colors/fonts.

提交回复
热议问题