stella icon indicating copy to clipboard operation
stella copied to clipboard

Add system theme switching support

Open thrust26 opened this issue 1 year ago • 1 comments

Today's OS allow automatic switching themes depending e.g. on the daylight.

Future SDL Versions will support querying the API, using SDL_GetSystemTheme(). If this is supported, Stella should support switching themes automatically. The user should be allowed to select different themes for day (default light) and night (default dark) time.

A SDL_EVENT_SYSTEM_THEME_CHANGED is sent when the system theme changes

thrust26 avatar Mar 09 '23 12:03 thrust26

First part implemented with 790bc51c83

thrust26 avatar Mar 17 '23 09:03 thrust26