-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add Light, Dark Gray, and Dark themes along with the System theme. #149
Conversation
Lint failed. Im fine with this if we extend to be part of the theme switcher which is currently Windows only. Since default linux/mac already has dark mode iff using appropriate Qt theme selection on your system. |
This is the part I mentioned I'd like to discuss. Right now, the naked use of the Fusion built-in style means "use the system's". Isn't that the case on Windows too? I would have thought a user having the light theme on Windows would still see a light theme in DME when the current Dark mode is selected. We could offer the following options for the Theme setting:
This would guarantee that the Dark and Light styles look alike in all platforms. |
You are correct, just tested this. It does follow system theme. |
aaa29eb
to
5d660b8
Compare
5d660b8
to
ed5a711
Compare
The following themes are offered: - **System**: Purely based on Qt's Fusion built-in style - **Light**: Qt's Fusion built-in style + custom light palette - **Dark Gray**: Qt's Fusion built-in style + custom dark gray palette - **Dark**: Qt's Fusion built-in style + custom dark palette | Light | Dark Gray | Dark | | --- | --- | --- | | ![DME - Light Theme](https://github.com/aldelaro5/dolphin-memory-engine/assets/1853278/4bf0d1af-36fb-4698-b70a-988b5f003bf4) | ![DME - Dark Gray Theme](https://github.com/aldelaro5/dolphin-memory-engine/assets/1853278/12d77606-668b-40aa-b146-cc08616553dc) | ![DME - Dark Theme](https://github.com/aldelaro5/dolphin-memory-engine/assets/1853278/59493fbd-fcfb-4e55-a99e-5efba71f62be) |
ed5a711
to
249abbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Note this will drop WindowsVistaTheme, but I think it doesn't look that different compared to Fusion Light anyway.
Tested on Linux and on Windows
The following themes are offered: