Closed ognistik closed 3 months ago
Good idea! I think we could just add an optional menuThemeDark
settings key and if it is given, this is used if dark mode is enabled.
Haven't tested this yet, but looks like it's easy enough to determine light/dark mode on windows.
https://stackoverflow.com/a/55670413
Not sure about Mac.
I think that this is even easier as Electron comes with an API for that: https://www.electronjs.org/docs/latest/api/native-theme#nativethemeshouldusedarkcolors-readonly
This works in the latest main
branch.
Description
I'm not sure about how this works on other systems, but in Mac it could be awesome to be able to choose a theme for dark-mode and one for normal-mode. So that when the user switches mode, the theme also changes automatically with it. Just something to consider for the new Themes Feature. Thank you!!
Affected Desktop Environments
macOS
Additional Information
No response