Search code examples
xamluwpwinui-3winui

Where can I find a list of all standard theme brushes when writing XAML?


Where can I find a visual list of all the standard theme brushes available to me in UWP/WinUI3 XAML?

For example, the High Contrast themes documentation includes a visual list of all the colors, augmented with descriptions of their intended use. Is there anything like this for non-high contrast colors?

high contrast themes page

Most helpful resources I've found:

Other documentation I've found:

So: is there a good visual reference of system brushes for UWP/WinUI3 developers?


Another example of what I'm looking for, the accent color palette from Color in Windows Apps:

Accent color palette


Solution

  • Andrew KeepCoding's comments are right---the new WinUI3 Gallery (GitHub), released this morning has a new Colors section with exactly this documentation:

    Colors Fill section in WinUI3 Gallery

    Colors Signal section in WinUI3 Gallery