Skip to content
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.

System

Standard styles and colors for controls. Same as default WPF controls.

<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.System.xaml" /> 

Dark

Inspired by Visual Studio Dark theme.

<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.Dark.xaml" /> 

Light

Inspired by Visual Studio Light theme.

<ResourceDictionary Source="pack://application:,,,/dvsku.Wpf.Themes;component/Themes/Theme.Light.xaml" /> 
Clone this wiki locally