isSystemInDarkTheme
Replacement for androidx.compose.foundation.isSystemInDarkTheme which does not work reliably on desktop platforms.
Internally uses isSystemInDarkMode but kept as a separate Kepko function in case the underlying implementation changes.