-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Theme #161
Labels
Comments
tonsky
added
Good First Issue
Good for newcomers
Platform: Windows
Platform: macOS
labels
Oct 4, 2021
tonsky
added a commit
that referenced
this issue
Oct 4, 2021
tonsky
added a commit
that referenced
this issue
Oct 4, 2021
tonsky
added a commit
that referenced
this issue
Oct 4, 2021
tonsky
added a commit
that referenced
this issue
Oct 4, 2021
Merged
Why there's not Linux? At least you can determine light/dark theme by quering GTK theme name. Every GTK theme mentions whether it's dark or not in it's name. |
Right, dark/light seems to be possible on Linux, I missed that |
There is now an official system theme for dark/light preference in Linux being adopted by couple Desktop Environments Resources: |
Thank you! That will help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by https://www.electronjs.org/docs/api/native-theme
Theme::isHighContrast
Theme::isDark
Theme::isInverted
The text was updated successfully, but these errors were encountered: