| 
36 | 36 | 			<Setter Property="BorderBrush" Value="{DynamicResource ButtonBackground}" />  | 
37 | 37 | 		</Style>  | 
38 | 38 | 		<Style Selector="Button.danger">  | 
39 |  | -			<Setter Property="Background" Value="{DynamicResource DangerButtonBackgroundBrush}"/>  | 
40 |  | -			<Setter Property="Foreground" Value="{DynamicResource DangerButtonForegroundBrush}"/>  | 
 | 39 | +			<Setter Property="Background" Value="{DynamicResource DangerBackgroundBrush}"/>  | 
 | 40 | +			<Setter Property="Foreground" Value="{DynamicResource DangerForegroundBrush}"/>  | 
 | 41 | +		</Style>  | 
 | 42 | +		<Style Selector="Button.update">  | 
 | 43 | +			<Setter Property="Background" Value="{DynamicResource UpdateBackgroundBrush}"/>  | 
 | 44 | +			<Setter Property="Foreground" Value="{DynamicResource UpdateForegroundBrush}"/>  | 
 | 45 | +		</Style>  | 
 | 46 | +		<Style Selector="Button.information">  | 
 | 47 | +			<Setter Property="Background" Value="{DynamicResource InformationBackgroundBrush}"/>  | 
 | 48 | +			<Setter Property="Foreground" Value="{DynamicResource InformationForegroundBrush}"/>  | 
41 | 49 | 		</Style>  | 
42 | 50 | 		<Style Selector="TextBox">  | 
43 | 51 | 			<Setter Property="BorderBrush" Value="{DynamicResource ButtonBackground}" />  | 
 | 
127 | 135 | 		<ResourceDictionary>  | 
128 | 136 | 			<ResourceDictionary.ThemeDictionaries>  | 
129 | 137 | 				<ResourceDictionary x:Key='Light'>  | 
130 |  | -					<SolidColorBrush x:Key='DangerButtonBackgroundBrush'>Crimson</SolidColorBrush>  | 
131 |  | -					<SolidColorBrush x:Key='DangerButtonForegroundBrush'>White</SolidColorBrush>  | 
 | 138 | +					<SolidColorBrush x:Key='DangerBackgroundBrush'>Crimson</SolidColorBrush>  | 
 | 139 | +					<SolidColorBrush x:Key='DangerForegroundBrush'>White</SolidColorBrush>  | 
 | 140 | +					<SolidColorBrush x:Key='UpdateBackgroundBrush'>ForestGreen</SolidColorBrush>  | 
 | 141 | +					<SolidColorBrush x:Key='UpdateForegroundBrush'>White</SolidColorBrush>  | 
 | 142 | +					<SolidColorBrush x:Key='InformationBackgroundBrush'>RoyalBlue</SolidColorBrush>  | 
 | 143 | +					<SolidColorBrush x:Key='InformationForegroundBrush'>White</SolidColorBrush>  | 
132 | 144 | 					<SolidColorBrush x:Key='Shadow' Color='#0A0908' />  | 
133 | 145 | 					<SolidColorBrush x:Key='Dark' Color='#22333B' />  | 
134 | 146 | 					<SolidColorBrush x:Key='Neutral' Color='#EAE0D5' />  | 
135 | 147 | 					<SolidColorBrush x:Key='Light' Color='#C6AC8F' />  | 
136 | 148 | 					<SolidColorBrush x:Key='Highlight' Color='#5E503F' />  | 
137 | 149 | 				</ResourceDictionary>  | 
138 | 150 | 				<ResourceDictionary x:Key='Dark'>  | 
139 |  | -					<SolidColorBrush x:Key='DangerButtonBackgroundBrush'>Crimson</SolidColorBrush>  | 
140 |  | -					<SolidColorBrush x:Key='DangerButtonForegroundBrush'>White</SolidColorBrush>  | 
 | 151 | +					<SolidColorBrush x:Key='DangerBackgroundBrush'>Crimson</SolidColorBrush>  | 
 | 152 | +					<SolidColorBrush x:Key='DangerForegroundBrush'>White</SolidColorBrush>  | 
 | 153 | +					<SolidColorBrush x:Key='UpdateBackgroundBrush'>ForestGreen</SolidColorBrush>  | 
 | 154 | +					<SolidColorBrush x:Key='UpdateForegroundBrush'>White</SolidColorBrush>  | 
 | 155 | +					<SolidColorBrush x:Key='InformationBackgroundBrush'>RoyalBlue</SolidColorBrush>  | 
 | 156 | +					<SolidColorBrush x:Key='InformationForegroundBrush'>White</SolidColorBrush>  | 
141 | 157 | 					<SolidColorBrush x:Key='Shadow' Color='#5E503F' />  | 
142 | 158 | 					<SolidColorBrush x:Key='Dark' Color='#C6AC8F' />  | 
143 | 159 | 					<SolidColorBrush x:Key='Neutral' Color='#EAE0D5' />  | 
 | 
0 commit comments