lightMode

fun lightMode(context: Context): Boolean

The persisted light-mode flag (default dark = false). Mirrors selectedThemeId so the light/dark choice survives a swipe-away kill too — rememberSaveable alone only carries it across a rotation / OS-killed-with-saved-state, not a cold start.