Closed
Description
What problem does this solve or what need does it fill?
I would like to use a different color schema based on whether the OS has enabled dark or light theme.
What solution would you like?
Since winit exposes window events WindowEvent::ThemeChanged
for when the OS theming changes, a new property to bevy::window::Window
would probably appropriate.