stella-emu / stella

A multi-platform Atari 2600 Emulator
https://stella-emu.github.io
GNU General Public License v2.0
618 stars 112 forks source link

Add system theme switching support #959

Open thrust26 opened 1 year ago

thrust26 commented 1 year ago

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 commented 1 year ago

First part implemented with 790bc51c83