Getostheme Index / Getostheme
Auto-generated documentation for getostheme module.
CLI entry point.
def cli() -> None: ...
Is the OS in dark mode?.
bool: OS is in dark mode
def isDarkMode() -> bool: ...
Call isLightMode_OS.
bool: OS is in light mode
def isLightMode() -> bool: ...
For Linux OS MIT FredHappyface.
bool: Linux is in light mode
def isLightMode_Linux() -> bool: ...
For MacOS BSD-3-Clause albertosottile (https://github.com/albertosottile/darkdetect).
OSError: Cannot load objc
bool: Windows is in light mode
def isLightMode_Mac() -> bool: ...
For Windows OS MIT clxmente (https://github.com/clxmente/Windows-Dark-Mode-Check).
bool: Windows is in light mode
def isLightMode_Windows() -> bool: ...