Is there only one `TextStyle` in `JewelTheme` righ...
# jewel
p
Is there only one
TextStyle
in
JewelTheme
right now? There are clearly multiple text styles used in Intellij
Like here
s
There is only one "default" style. The other styles are derived from that one (e.g.,
JBFont.small()
). Right now there is no API for that, but it's only a matter of using a smaller font size and/or a different color.
Hi @Pavel S, Jewel 0.13.2 will be available shortly (pending a CI run) with the new APIs for text styles https://github.com/JetBrains/jewel/releases/tag/v0.13.2
🙏 1
I just added a small note to the release notes
Aaand released 🙂