ElectronSystemPreferences.appLevelAppearance
ElectronSystemPreferences › appLevelAppearance
Unofficial
Type: 'dark' | 'light' | 'unknown'
Astring property that can be dark, light or unknown. It determines the macOS appearance setting for your application. This maps to values in NSApplication.appearance. Setting this will override the system default as well as the value of getEffectiveAppearance.Platform:
darwin.