markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / MaterialDesignTheme.xaml @ 0498c12e
1 | 0498c12e | taeseongkim | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
---|---|---|---|
2 | xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" |
||
3 | xmlns:system="clr-namespace:System;assembly=mscorlib" |
||
4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
||
5 | <ResourceDictionary.MergedDictionaries>
|
||
6 | <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" /> |
||
7 | <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> |
||
8 | <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/generic.xaml" /> |
||
9 | <ResourceDictionary Source="/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Blue.xaml" /> |
||
10 | <ResourceDictionary Source="/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Purple.xaml" /> |
||
11 | </ResourceDictionary.MergedDictionaries>
|
||
12 | </ResourceDictionary> |