-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dark theme issues #1017
Comments
@ghost1372 what do you think? |
@NaBian do you have a design system for Handy Control ? |
look here |
Nice, You use ant design ! For Dark Mode, look https://ant.design/docs/spec/dark#Design-Principles. Of course, you don't need to have the same color as Ant Design. But in that case, I think you need to have a Graphic Charter. 😄😉 |
@NaBian can we change PrimaryBrush (Dark theme) for all controls? or we should only change for tabcontrol? |
we don't have designers. let's do what they say 😆 . |
Much better thank you. This was also a possible solution I thought of since the selected tab is underlined. I also thought about reporting the watermark of textboxes is hard to read. But I figured out it is also on light/white mode hard to read. In my opinion it could be the same color as the disabled textbox (disabled textbox is still different because the of the different border color). |
Oh Beautiful 🤩 |
I was using a color contrast checker to test the colors blue-6 and blue-8 : my point here, is that color used in color.xaml and colorDark.xaml are the same :
Background color like for button can stay the same but text color should change to follow contrast rule. Here for Tab you use the PrimaryColor and not the PrimaryTextColor. |
Yes , that what I was explaining. The color contrast is is about Text on background ! |
When I got a little of time, I can try to make a figma for a graphic charter. It is not my profession, i have already done it sometimes for personnal project and for fun. I can try 🤔🤷♂️ |
TabControl
header foreground color is probably too dark. Its kinda hard to read. I think it would be better if its get the light blue color background as in bottom right (Title4) but as foregroundNuget version: 3.2.0 but you can also repro in master branch.
The text was updated successfully, but these errors were encountered: