markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / MaterialDesignTheme.xaml @ b92f142f
이력 | 보기 | 이력해설 | 다운로드 (1.14 KB)
1 | b92f142f | 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="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml"/> |
||
7 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml"/> |
||
8 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Blue.xaml" /> |
||
9 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.DeepPurple.xaml" /> |
||
10 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Lime.xaml" /> |
||
11 | </ResourceDictionary.MergedDictionaries>
|
||
12 | </ResourceDictionary> |