How to remove the color scheme imported through installed plugin?
Hello,
I found these statement from Jetbrains website:
By default, there are the following predefined color schemes:
-
Classic Light: the classic light color scheme designed for the macOS Light and Windows 10 Light themes
-
Darcula: color scheme designed for the Darcula theme
-
High contrast: color scheme designed for users with sight deficiency (the High contrast theme).
-
IntelliJ Light: color scheme designed for the IntelliJ Light theme
If you install a plugin with a color scheme, that scheme will be added to the list of predefined schemes. For more information, see Share color schemes.
Also this paragraph:
Predefined color schemes are listed in bold font. If you customize a predefined color scheme, it will be displayed in blue. To restore a predefined color scheme to default settings, click and select Restore Defaults. You cannot remove predefined color schemes.
https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html#customize-color-scheme
So basically, this means that I cannot delete any color schemes that I installed from Plugins in the market? Is there anyway to remove those color schemes imported from the plugins?
Thanks,
请先登录再写评论。
Sure, just uninstall the corresponding theme plug-in.
I did, but they were not removed.
Please provide the steps to reproduce the issue. Which specific plug-in did you install? What is the name of the theme that was added by this plug-in? Share the screenshot showing this theme is still present after plug-in uninstall and the IDE logs: https://uploads.jetbrains.com.
Hello, I have upload
2020_07_20_CQjZSSxvM1asMcVQ
My theme plugin is empty, but I got a lot some color schemes such as "Github", "Monokai", "TwiLight", "WarmNeon", it could have come from some theme plugins I got before, but I have all of them uninstalled.
Some themes are provided by the language plug-ins like Ruby. As you didn't share the logs, I can't verify what plug-ins you have installed.
Hello, sorry, didn't realize that there is a IDE log. here it is:
2020_07_20_XNK3A3kG1Mn5Xaog
These themes are bundled with PyCharm product and Python plug-in for IntelliJ IDEA. You can't uninstall them from PyCharm.
That's very interesting, because on my mac, the same pycharm doesn't have all these.
Try deleting all the .xml files from "C:\Users\jxie0\AppData\Roaming\JetBrains\PyCharm2020.1\colors" directory.
Make sure IDE is not running.
It could be that these obsolete color schemes were imported from your previous IDE version settings ("C:\Users\jxie0\.PyCharm2019.3\config\colors").
Make sure IDE is not running when you change these files.
Hi, I performed a fresh CLion (2021.1.2) installation (after completely deleting the settings, plugins and system/cache directories). I found that CLion had many color schemes (only a few "themes" but many schemes). Schemes included Monokai, Espresso, Dawn, Github, Solarized D/L, XCode and more. This may be the confusion. I think that these schemes may appear to correspond to optional theme plugins that are installed, but they are actually installed with base CLion package. (I would also think that additional color schemes installed by theme plugins will be removed when plugin is removed.)
Hope helpful.