Skip to content
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

Better dark mode #1992

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

luizzeroxis
Copy link
Contributor

@luizzeroxis luizzeroxis commented Dec 10, 2024

Description

Added WPFDarkTheme to the project, to replace the current dark mode, which doesn't use the proper theme system and doesn't work in many cases.

Caveats

I couldn't manage to make it switch between the new dark mode and the regular non-themed mode, there's glitches I don't fully understand. Because of that LightTheme.xaml is being used as the light mode, which looks different but looks acceptable to me.

There's also some small changes to be made, because some colors were hard coded in, should be easy as long as they are spotted.

Also messages boxes still aren't dark...

Notes

Lots of file changes since I had to both replace all the "Dark" variants of controls with the regular ones and make sure all Style tags have the BasedOn property, so they keep the theme going. I recommend looking at each commit to have a better idea of what's going on, if you want to.

Screenshot of this PR:

image

Screenshot of this PR in light mode:

image

Screenshot of bleeding edge, for reference:

image

Copy link

github-actions bot commented Dec 10, 2024

@luizzeroxis luizzeroxis marked this pull request as ready for review December 12, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant