Themes Overview
Important
UnoFeatures: Material, Cupertino, or SimpleTheme — enable these themes by adding <UnoFeatures>Material</UnoFeatures>, <UnoFeatures>Cupertino</UnoFeatures>, or <UnoFeatures>SimpleTheme</UnoFeatures> to your app's .csproj.
Summary
Uno Themes Styles
Uno Themes is the repository for add-ons enabled through UnoFeatures that can be added to any new or existing Uno solution.
It contains four libraries:
Uno Themes: a library that contains the base resources, extensions, and helper classes for the different design system librariesUno Material: a library that contains styles following the Material 3 Design SystemUno Cupertino: a library that contains styles following the Human Interface GuidelinesUno Simple: a library that contains styles following the Figma Simple Design System
Material, Cupertino, and Simple libraries help you style your application with a few lines of code including:
- Color system for both Light and Dark themes
- Styles for existing WinUI controls like Buttons, TextBox, etc.
Fluent Controls Styles
Uno Platform 3.0 and above supports control styles conforming to the Fluent design system.