MahApps.Metro icon indicating copy to clipboard operation
MahApps.Metro copied to clipboard

WIP Add Win10 and Fluent TextBox styles

Open punker76 opened this issue 2 years ago • 1 comments

Describe the changes you have made to improve this project

  • 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.

2022-07-15_23h16_48

2022-07-15_23h17_24

2022-07-15_23h17_50

2022-07-15_23h18_06

Closed Issues

Closes #3209

punker76 avatar Jul 15 '22 21:07 punker76

Any idea when this issue will be fixed and version 3.0 will be released approximately?

JackDjTom avatar Dec 13 '22 19:12 JackDjTom