microsoft / microsoft/microsoft-ui-xaml

Add OnThinAcrylic card/layer brushes to WinUI theme resources

Open
#11,105 3 comments 0 reactions 1 assignee View on GitHub

@niels9001 is already working on this.

Since Jul 2, 2026.

accessibility area-Design area-Resources feature proposal team-Controls
Dominant language
C++
Stars
8.4k
Forks
942
Avg merge
2d 7h
Merged PRs (30d)
105

Description

Proposal

Add three new theme resource brushes (and their backing Color resources) to WinUI:

  • CardBackgroundFillColorOnThinAcrylicDefaultBrush
  • CardBackgroundFillColorOnThinAcrylicSecondaryBrush
  • LayerOnThinAcrylicFillColorDefaultBrush

Source: Windows Fluent Design UI Kit

Proposed values

Brush Light Dark HighContrast
CardBackgroundFillColorOnThinAcrylicDefaultBrush #E6F6F6F6 (#F6F6F6 @ 90%) #A6000000 (#000000 @ 65%) SystemColorWindowColor
CardBackgroundFillColorOnThinAcrylicSecondaryBrush #F9F9F9 (100%) #86000000 (#000000 @ 52.5%) SystemColorWindowColor
LayerOnThinAcrylicFillColorDefaultBrush #40FFFFFF (25%) #09FFFFFF (~3.59%) SystemColorWindowColor

The HighContrast mapping follows the existing convention used by sibling card/layer brushes (CardBackgroundFillColorDefaultBrush, LayerOnAcrylicFillColorDefaultBrush, etc.).

Image Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.