5

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

2
  • 2
    I guess there isn't. Great list for reference by the way. Commented Mar 10, 2023 at 1:28
  • 1
    The upcoming version WinUI 3 Gallery might have what you want. Commented Mar 13, 2023 at 2:31

2 Answers 2

6

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

The WinUI3 Gallery also includes links to the actual XAML definitions in Common_themeresources_any.xaml and Figma definitions in the Windows UI Kit.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.