antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.42k stars 79 forks source link

Theming #232

Closed krupitskas closed 3 years ago

krupitskas commented 3 years ago

Hey! I've just come up to the relm UI library and if it even use gtk3 behind (not a native rust UI toolkit), I like that at least I have lot of widgets out of the box. I know from linux experience that gtk can be highly customized. Can I customize my own gtk application and ship it to all 3 platforms?

antoyo commented 3 years ago

I'm not sure what you mean by customizing, by that seems to be a GTK+ question, not a relm-specific question, so please ask on the appropriate channel.

An example of how to style CSS (if it's what you want) is here.