Hi <@U0B854PM2> , do you know if IJ changed the co...
# jewel
f
Hi @seb , do you know if IJ changed the colors in the Color palette from build 241-> 242?
Copy code
JewelTheme.colorPalette.grayOrNull(13)?: Color.Green
worked before for me, but since now testing in 242, it is rendering green, but grey13 should exist in IntUI
or maybe a regression on the 242 branch of jewel?
odd, actually doing this:
Copy code
val colors = JewelTheme.colorPalette.gray
    println(colors.size)
is printing out
0
oh I think it was because of Rename palette entry grey -> gray (#486)
ok it also repros on the Jewel IDE sample, there's 0 colors on grey palette
it fixes if you change it to "Gr*a*y"
image.png
I think you'll need to cut a new release version of Jewel for 242+ that has this change going forward, and 241 and 233 stay using "grey"
s
Sorry man, was on a team event 🙂 Thank you for the triaging and fix, I've merged it!
f
no worries! glad it was an easy fix