openmindculture / intellij-cute-pink-dark-theme

Cute Pink Dark Theme is a dark IDE theme for JetBrains IDEs (PhpStorm, WebStorm, IntelliJ IDEA, etc.) adding cute pink colors to your IDE. theme
https://plugins.jetbrains.com/plugin/20367-cute-pink-dark-theme
MIT License
0 stars 0 forks source link

editor style glitch when both light + dark theme variation installed #23

Open openmindculture opened 1 year ago

openmindculture commented 1 year ago

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?

openmindculture commented 9 months 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
openmindculture commented 9 months ago

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.