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
From the material-theme-jetbrains repo:
File Colors stuck after uninstallation The File Status Colors feature is also a feature that sticks outside of the realm of the plugin as it modifies the IDE itself. Therefore when uninstalling/disabling the plugin the colors will stuck.
If you want to reset to the default colors, open the Settings at Version Control -> File Status Colors in 2017.3+. In previous versions, you will need to go to the config directory and delete the _@user_Darcula.icls color scheme manually.
You should:
Settings->Plugins
and remove Material UI pluginSettings->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/<your username>/.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.
Press Command + , (comma)
(Shortcut to preferences) and search for material. Uninstall the material in plugins section.
2019 version File > Settings (or alt + f7 on windows), search for material theme ui
you can go to the Preferences->Plugins on the search bar, type Material UI then press on the Uninstall button .
Another 2019 version (worked in my case):
File->Settings
)Plugins
pagePlugins
page, search for the Material UI plugin and uninstall itAppearance & Behaviour->Appearance
page.IntelliJIdea<version>/config
folder, usually it's in your home folder.material_theme.xml
colors/_@user_Darcula.icls
or colors/_@user_Dafault.icls
(beware: you may loose custom configurations you may have done)Done.