ciscorucinski / ChroMATERIAL

ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.
MIT License
144 stars 10 forks source link

Add theme ids #46

Open ForNeVeR opened 10 months ago

ForNeVeR commented 10 months ago

This is supposed to fix #45.

Sadly, I don't understand how to build the plugin: it seems like it depends on some long gone dependencies from bintray :(

ciscorucinski commented 10 months ago

Yeah, it's a very old project. It will take a (long?) while for me to get it built myself. There are many things I don't like about how the project happened to evolve.

Right now the YouTrack issue has been updated to Major priority as many color schemes are logging similar errors. Given this, I will be monitoring this YouTrack issue as it seems to be fairly active now.

If adding id's is a new requirement, then it doesn't seem to be documented too well. Even when exporting color schemes to a plugin jar, there are no id's used either. Taking a quick look at newer color schemes (like VS Code Color Scheme), they don't use an id either for the color scheme itself. So I'm curious if adding an id for each color scheme would fix the issue or not.