system_theme icon indicating copy to clipboard operation
system_theme copied to clipboard

Reactive Theming

Open pgiacomo69 opened this issue 2 years ago • 2 comments

I've implemented a listener with a builder that reacts to theme switching in Windows: https://github.com/pgiacomo69/system_theme/tree/sysReactive It still need some adjustments, but it works, also in fluent_ui example, with some changes.

pgiacomo69 avatar Mar 23 '22 17:03 pgiacomo69

It still need some adjustments, but it works, also in fluent_ui example, with some changes.

This sounds very nice, would this also work for macos? best regards

Feichtmeier avatar Feb 21 '24 10:02 Feichtmeier

@Feichtmeier Listening to changes is not available on macOS :/

@groovinchip has tried to implement it in this gist, but no luck. I'd love a pull-request for the macOS implementation.

bdlukaa avatar Feb 25 '24 13:02 bdlukaa