Below is a screenshot of the demo showing the default white theme and dark puple. As you can see the checkbox on white theme is okay but on dark theme hardly seeable because the purple color is too dark. Same problem with lots of other colors on dark theme. I don't think this issue needs a sample as you can reproduce this in a second on the demo app.

//edit: For some reasons I've noticed the color on checkboxes are different than the color used on other controls:

@Symbai Yes, the modern Win 10 checkbox and radiobox styles invert the brushes. I must agree it looks with some accent brushes not so good. But I think we can not do this in 1.6 cause it's a bigger visual breaking change.


/cc @thoemmi
I agree with @punker76 . As far as I can see 1.6 is almost finished.
@punker76 @Symbai @thoemmi this might also be a good time to adjust how the various accent colors are produced. Currently, it looks like the same color is utilized, but the alpha is adjusted to let the background bleed through. I think that a better way to handle this would be to utilize a tool like Coolors.co to define a base color, then get alternative shades for it.
It might also be a good time to move away from names like BlackBrush and WhiteBrush and to something along the lines of BaseBackgroundBrush and BaseForegroundBrush.
Again, just thoughts :smiley:
I'm just going to leave this here...
Downloaded the latest demo but it looks like there hasn't been any progress on this?
Most helpful comment
@Symbai Yes, the modern Win 10 checkbox and radiobox styles invert the brushes. I must agree it looks with some accent brushes not so good. But I think we can not do this in 1.6 cause it's a bigger visual breaking change.
/cc @thoemmi