Replies: 2 comments 1 reply
-
Maybe you can see : Nncera/Killuas.UI.Theming |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is an older project (https://github.com/microsoft/fluent-xaml-theme-editor) that allowed you define a new color scheme and export it as a resource dictionary which overrides the base colors used in WinUI application. It looks like it's no longer supported, and the output isn't perfect but it does get you most of the way there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to change the color scheme for my WinUI 3 application, but I encountered issues when modifying the resource dictionary:
Directly editing the resource dictionary does not work because these controls seem to have their own resource dictionaries for color settings. Modifying them directly would require significant effort and could easily break functionality, especially since my app supports extensions.
Are there other methods to apply a custom color scheme? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions