Open openmindculture opened 1 year ago
src/main/resources/META-INF/plugin.xml
ID should not be the same as Cute Pink Light ID.
It should be a generic string derived from the theme name, according to the latest documentation at https://blog.jetbrains.com/platform/2021/10/themes-in-intellij-based-ides/
<extensions defaultExtensionNs="com.intellij">
<themeProvider id="org.jetbrains.plugins.cutepinkdark
Both themes had the same themeProvider id
in plugin.xml
.
Change to id="org.jetbrains.plugins.cute_pink_darktheme"
in theme version 0.9.1 should fix the issue.
Unreproducible bugs in IntelliJ Cute Pink Light Theme, like
I suspect both theme share a certain resource which they should not. TODO: check namespace, could the dark theme possibly overwrite light theme values?