The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as:
* Light
* Dark
* Acrylic
* AcrylicBlur
The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView:
* Light
* ExtraLight
* Dark
On Android,...
More information
Single C# (Source) file version - the ThemeManager class provides static methods to be used during app initialization to force the app's resources to appear as the Dark or Light theme.
Implements a Window theming control for Dirkster.MLib but can also be used with other theming libraries since there are no technical dependencies to MLib.
Syncfusion MaterialDark theme for WPF contains the style resources to change the look and feel of a WPF application to be similar to the modern Windows UI style introduced in Windows 8 apps.
Documentation:...
More information
MessageBox styled with ExpressionDark Blend theme for WPF.
Example usage:
DarkMessageBox.Show("I love Bumblebee Tuna!", "Info", DarkMessageBox.Buttons.OK);