QtAwesome setDefaultOption for all default colors inside constructor. When using single instance of QtAwesome and use swithes between dark/light theme, the icon color stay unchanged. Another case is calling QApplication::setPalette.
I'm trying to find a way to let QtAwesome and other QObject knows about the change to fix the problem.
@hanjianqiao Thanks for your work, I like it!
I will merge it to a separate branch first, to make sure it works with qt < 6.5.
This light/dark support is a good start.
QtAwesome
setDefaultOption
for all default colors inside constructor. When using single instance of QtAwesome and use swithes between dark/light theme, the icon color stay unchanged. Another case is calling QApplication::setPalette. I'm trying to find a way to let QtAwesome and other QObject knows about the change to fix the problem.