Hi Gary, I think that could be interesting, however, it should be in a separate module. Are you thinking about providing runtime custom theming?
seb
04/29/2024, 8:43 AM
It is a non-goal for us for now, since it's not technically possible in Int UI right now and it's sort of undefined how that looks like in practice
g
Gary Tierney
04/29/2024, 8:52 AM
Are you thinking about providing runtime custom theming?
yeah, that's right, just for compatibility with some existing IntelliJ theme plugins that users might want to use (admittedly I'm not sure how that might look or which ones might be compatible with the new UI either, I've always stuck to IJ's stock dark themes). I'll write it in a separate module for now and see how it actually looks in practice, maybe it can be useful to others in the future
👍 1
s
seb
04/29/2024, 8:53 AM
To be clear, in the bridge module, we do reflect IDE themes just fine, both old and new UI ones. It's only standalone who has hardcoded Light and Dark themes, since those are right now the only Int UI themes that exist officially
g
Gary Tierney
04/29/2024, 9:03 AM
yeah, I suppose this is only useful for standalone apps where IJ's theming machinery like JBColor, etc. isn't available. I think what I'll do is implement