2

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

citelao
  • 4,898
  • 2
  • 22
  • 36

2 Answers2

2

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

citelao
  • 4,898
  • 2
  • 22
  • 36
0

You can also refer to the styles in your generic.xaml file, on your computer. Just search for this file in C:. This file may give more information than other sources.

Blondie
  • 9
  • 2