-
Notifications
You must be signed in to change notification settings - Fork 0
Themes
Nikola Stojšin edited this page Nov 26, 2020
·
3 revisions
Replace the System theme if you used the Quick Start guide with one below or just add it to MergedDictionaries if you did't.
Standard styles and colors for controls. Same as default WPF controls.
<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.System.xaml" />
Inspired by Visual Studio Dark theme.
<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.Dark.xaml" />
Inspired by Visual Studio Light theme.
<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.Light.xaml" />