-
Notifications
You must be signed in to change notification settings - Fork 99
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
Extended dark mode and light/dark toggle support #242
Labels
Comments
Closed
vladimiry
changed the title
Extended dark mode support and light/dark toggle
Extended dark mode support and enable light/dark toggle
Jan 29, 2020
vladimiry
changed the title
Extended dark mode support and enable light/dark toggle
Extended dark mode and light/dark toggle support
Jan 30, 2020
Here is how it's going to look. The default value is "follow system" which means following the system preference. Only the app UI gets affected. Maybe in new releases the app will apply the mode to @ProtonMail UI too (only applying on the fly without modifying the account dark/light mode preferences). |
vladimiry
added a commit
that referenced
this issue
Apr 6, 2021
* Defaults to OS's dark mode preference.
vladimiry
added a commit
that referenced
this issue
Apr 7, 2021
* Defaults to OS's dark mode preference.
vladimiry
added a commit
that referenced
this issue
Apr 8, 2021
* Defaults to OS's dark mode preference.
vladimiry
added a commit
that referenced
this issue
Apr 8, 2021
* Defaults to OS's dark mode preference.
vladimiry
added a commit
that referenced
this issue
Apr 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the app already uses Electron v7 we could utilize the goodies provided by https://www.electronjs.org/docs/api/native-theme API (available since v7).
The text was updated successfully, but these errors were encountered: