You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 (defaultlight
) and night (defaultdark
) time.A
SDL_EVENT_SYSTEM_THEME_CHANGED
is sent when the system theme changesThe text was updated successfully, but these errors were encountered: