|
1 |
| -<Application x:Class="MaterialDesignDemo.App" |
| 1 | +<Application x:Class="MaterialDesignDemo.App" |
2 | 2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
3 | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
4 | 4 | xmlns:avalonEdit="http://icsharpcode.net/sharpdevelop/avalonedit"
|
|
11 | 11 | <Application.Resources>
|
12 | 12 | <ResourceDictionary>
|
13 | 13 | <ResourceDictionary.MergedDictionaries>
|
14 |
| - <!-- This is the current way to setup your app's initial theme --> |
| 14 | + <!-- This is the current way to set up your app's initial theme --> |
15 | 15 | <materialDesign:BundledTheme BaseTheme="Inherit"
|
16 | 16 | ColorAdjustment="{materialDesign:ColorAdjustment}"
|
17 | 17 | PrimaryColor="DeepPurple"
|
18 | 18 | SecondaryColor="Lime" />
|
19 | 19 |
|
20 |
| - <!-- If you would prefer to use your own colors there is an option for that as well --> |
| 20 | + <!-- If you would prefer to use your own colors, there is an option for that as well: --> |
21 | 21 | <!--<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="DarkGreen" />-->
|
22 | 22 |
|
23 |
| - <!-- You can also use the built in theme dictionaries as well --> |
| 23 | + <!-- You can also use the built-in theme dictionaries: --> |
24 | 24 | <!--
|
25 | 25 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" />
|
26 | 26 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.DeepPurple.xaml" />
|
27 | 27 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Secondary/MaterialDesignColor.Lime.xaml" />
|
28 | 28 | -->
|
29 | 29 |
|
30 | 30 |
|
31 |
| - <!-- NB: For anyone migrating and not wanting to update your brushes you will want this resource dictionary for old brush names --> |
| 31 | + <!-- NB: If you're migrating and not wanting to update your brushes, you will want this resource dictionary for the old brush names: --> |
32 | 32 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.ObsoleteBrushes.xaml" />
|
33 | 33 |
|
34 | 34 | <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign2.Defaults.xaml" />
|
|
132 | 132 | </ResourceDictionary>
|
133 | 133 | </Application.Resources>
|
134 | 134 | </Application>
|
135 |
| - |
136 |
| - |
0 commit comments