slint
slint copied to clipboard
How to set background and text colors for each widget indepentely
I'm currently missing how to set colors for each widget does slint support this yet ?
If I add a pr will it be accepted ?
My feeling is that instead of giving every widget an explicit API for each configurable color property, I think it would be better if we had a palette and it's possible to override the palette of a widget. See also #116.
If there is a need to customize widget, one can write them yourself Cf https://slint-ui.com/docs/rust/slint/docs/recipes/index.html#custom-widgets
but closing this in favor of #116