Enterwell / Wpf.Notifications

WPF notifications UI controls (as seen in VS Code)
MIT License
394 stars 39 forks source link

Change text color #4

Closed filipjelic closed 6 years ago

filipjelic commented 6 years ago

How can I change the text color? It's all okay when the colors are darker, but if I want to replace them, white background lets say?

AleksandarDev commented 6 years ago

Only the dark theme is provided by this package. You can override the default theme using existing templates available here:

https://github.com/Enterwell/Wpf.Notifications/blob/master/Enterwell.Clients.Wpf.Notifications/Themes/Generic.xaml

You can also inherit Controls classes and implement custom INotificationMessageFactory to further expand on existing message properties.