MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
14.82k stars 3.4k forks source link

Add Custom color and define the color for bundle light and dark (question) #3608

Open iruizeguilaz opened 1 week ago

iruizeguilaz commented 1 week ago

Bug explanation

question (not bug)

I have and app wpf net7.0 with MaterialDesignThemes" Version="5.0.0"

I allow users to choose beetwen light and dark basetheme and I am using primary color BlueGrey and second color Lime

ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml"

I have a title and I would like to put a red color when I am in ligth theme but in another color, For instance, white when the app changes into dark theme

It is posible to add cusctom colors linked to the basetheme?

Version

package 5.0,0