You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
<materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="BlueGrey" SecondaryColor="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
The text was updated successfully, but these errors were encountered: