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

后端 未结 13 1005
广开言路
广开言路 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 06:01

    None of these worked for me as an acceptable solution. So here is what I figured out:

    1. Go to plugins, uninstall Material UI.
    2. Ensure colour scheme is Default/Darcula.
    3. Restart Idea.

    At this point most changes were back to default, but some things like colour of current tab, error highlights, modified files etc were still not back to usual. So I followed the advice of deleting config and things returned to normal. But with this option you lose everything, even the installed plugins. And worst thing was, I was using a settings repository to sync settings, few minutes later the colours were back! So I did a diff with older config directory and then a git log revealed that these files are the culprits.

    Delete these 4 files from this path: .IntelliJIdea/config/settingsRepository/repository/

    1. colors/_@user_Darcula.icls
    2. colors/_@user_Default.icls
    3. material_custom_theme. xml
    4. material_theme.xml

    Then do a git commit and git push to ensure these are synced to your repository. And finally theme was back to normal!

提交回复
热议问题