Commit 0a33fde
committed
- Add new attached property ControlsHelper.DisabledBorderBrush
- Add new TextBox style values
- TextControlBorderThemeThickness
- TextControlThemePadding
- TextControlBorderThemeThicknessFocused
- TextControlPlaceholderMargin
- Add new Win10 style: MahApps.Styles.TextBox.Win10
- Add new Fluent style: MahApps.Styles.TextBox.Fluent
- Add new brushes:
- MahApps.Brushes.TextControl.Background
- MahApps.Brushes.TextControl.BackgroundPointerOver
- MahApps.Brushes.TextControl.BackgroundFocused
- MahApps.Brushes.TextControl.BackgroundDisabled
- MahApps.Brushes.TextControl.BorderBrush
- MahApps.Brushes.TextControl.BorderBrushPointerOver
- MahApps.Brushes.TextControl.BorderBrushFocused
- MahApps.Brushes.TextControl.BorderBrushDisabled
- MahApps.Brushes.TextControl.Foreground
- MahApps.Brushes.TextControl.ForegroundPointerOver
- MahApps.Brushes.TextControl.ForegroundFocused
- MahApps.Brushes.TextControl.ForegroundDisabled
- MahApps.Brushes.TextControl.PlaceholderForeground
- MahApps.Brushes.TextControl.PlaceholderForegroundPointerOver
- MahApps.Brushes.TextControl.PlaceholderForegroundFocused
- MahApps.Brushes.TextControl.PlaceholderForegroundDisabled
- MahApps.Brushes.TextControl.HeaderForeground
- MahApps.Brushes.TextControl.HeaderForegroundDisabled
- MahApps.Brushes.TextControl.SelectionHighlightColor
- MahApps.Brushes.TextControl.ButtonBackground
- MahApps.Brushes.TextControl.ButtonBackgroundPointerOver
- MahApps.Brushes.TextControl.ButtonBackgroundPressed
- MahApps.Brushes.TextControl.ButtonBorderBrush
- MahApps.Brushes.TextControl.ButtonBorderBrushPointerOver
- MahApps.Brushes.TextControl.ButtonBorderBrushPressed
- MahApps.Brushes.TextControl.ButtonForeground
- MahApps.Brushes.TextControl.ButtonForegroundPointerOver
- MahApps.Brushes.TextControl.ButtonForegroundPressed
BREAKING CHANGE: change background for dark theme
Change the dark theme background from #FF252525 to #FF141414.
1 parent 135e84c commit 0a33fde
File tree
4 files changed
+370
-15
lines changed- src/MahApps.Metro
- Controls/Helper
- Styles
- Themes
4 files changed
+370
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
224 | 261 | | |
225 | 262 | | |
226 | 263 | | |
| |||
0 commit comments