dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Allow user to set custom colors #132

Open mtorres10 opened 2 years ago

mtorres10 commented 2 years ago

Current list of colors is limited, but there is the possibility to add a custom color. Adding custom colors will allow users to get closer to UWP apps, as we could get the OS colors and make the metrocontrols use such color.

The idea behind this request to be able automatically grab OS accent colors and use them in metro framework.

@dennismagno This is why I created this pull request https://github.com/dennismagno/metroframework-modern-ui/pull/129, please let me know your thoughts:

This is an example, changing OS colors which also reflects the change in metroframework (PR does NOT include this code, as of now, it is only a proof of concept.)

MetroFramework Color Change2