Where do I see all available colors? #1363
-
From my understanding this framework comes with some available colors to use. But I can't seem to find a list that presents all of them. The WPF UI Gallery sample application that is referenced does have a section for colors, but it only lists text colors not the colors for the background, for example it doesn't list the "ApplicationBackgroundBrush" that is used when you create the project with VS extension. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For now, I think your best bet is to go to https://github.com/lepoco/wpfui/blob/3aa24d8994e8c93814c31f667e31f7b4da2f514a/src/Wpf.Ui/Resources/Theme/Dark.xaml (or https://github.com/lepoco/wpfui/blob/3aa24d8994e8c93814c31f667e31f7b4da2f514a/src/Wpf.Ui/Resources/Theme/Light.xaml) and see the section |
Beta Was this translation helpful? Give feedback.
For now, I think your best bet is to go to https://github.com/lepoco/wpfui/blob/3aa24d8994e8c93814c31f667e31f7b4da2f514a/src/Wpf.Ui/Resources/Theme/Dark.xaml (or https://github.com/lepoco/wpfui/blob/3aa24d8994e8c93814c31f667e31f7b4da2f514a/src/Wpf.Ui/Resources/Theme/Light.xaml) and see the section
<!-- Colors -->
.