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

Color inconsistency by default #10

Open
ghost opened this issue Oct 17, 2021 · 2 comments
Open

Color inconsistency by default #10

ghost opened this issue Oct 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Oct 17, 2021

While using the app (especially in the dark theme), I began to notice some color inconsistencies and color accessibility issues for people with visual or color perception disabilities. By default app uses too faded accent color in the dark theme, which is probably intended for the light theme and looks good there. In the settings there is an option to choose your own accent color, but if the user wants a white or black accent color, he is deprived of the distinctive color elements.

Below I'll give a few examples that I have noticed:

Title Bar
Dialogs
Dialog Background
CheckBoxes

Thus, at least the dark theme needs improvement. Default accent color for dark theme can be changed by increasing the contrast or making it white in some places (such as text). In addition, dark text on the accent color can be left either by increasing the contrast of this color, or needs to change the color to white, because black is harder to read.

There are probably such problems elsewhere, but that's just what I saw. 👀

@morning4coffe-dev
Copy link
Owner

Thank you for pointing out this issue. I have noticed some of them myself just a few days ago.

About the "Title Bar": I may add an option to the setting to switch to white text.

About the "Dialogs and CheckBoxes": the issue here is that those are the default ones, so I will see what I can do with that. Maybe use a lighter SystemAccentColor in their style. (Maybe something like the in the new Clock App? - picture bellow)

Design of dialog window in the new Windows 11 Clock App

About the "Dialog background": this is a bug and I have successfully managed to replicate this issue.

@morning4coffe-dev morning4coffe-dev added the enhancement New feature or request label Oct 17, 2021
@ghost
Copy link
Author

ghost commented Oct 17, 2021

I think if some elements cannot be changed because they are part of the WinUI, at least using a different accent color palette for the dark theme should improve the readability. In fact, this is exactly what you gave in the example.

Don't rush to add a setting to switch the title bar text to white, because if you change the accent color for a dark theme, it can become well readable. Needs to play around with it a little bit. 🎨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant