MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.3k stars 2.45k forks source link

[MUI_P1] Add MUI Styles and Brushes for official WPF Controls #3088

Open punker76 opened 6 years ago

punker76 commented 6 years ago

First part for adding ModernUI (MUI) styles to MahApps

Linked to #2716

richbryant commented 5 years ago

If there's any hope of this happening, my boss would be very happy.

Evangelink commented 5 years ago

@punker76 How do you want to proceed for this ticket? Shall I copy-paste the MUI brushes and styles for default component as-is (for example create new files called Dark.Mui and Light.Mui) or shall I try to adapt them to use the same color keys as what we have for Amber and so on?

amkuchta commented 5 years ago

@Evangelink I am definitely not @punker76, but I think that color keys across styles should be consistent, especially for those of us who create & implement custom themes and/or accent colors. It would be more work up front, but makes life easier for developers in the long run. This would also go a long way when it comes to implementing items such as #3563, as colors would sty consistent across switched themes.