@@ -12,29 +12,49 @@ namespace Polycode.NostalgicPlayer.Controls.Theme.Interfaces
1212 /// </summary>
1313 public interface IButtonColors
1414 {
15+ /// <summary></summary>
1516 Color NormalBorderColor { get ; }
17+ /// <summary></summary>
1618 Color NormalBackgroundStartColor { get ; }
19+ /// <summary></summary>
1720 Color NormalBackgroundStopColor { get ; }
21+ /// <summary></summary>
1822 Color NormalTextColor { get ; }
1923
24+ /// <summary></summary>
2025 Color HoverBorderColor { get ; }
26+ /// <summary></summary>
2127 Color HoverBackgroundStartColor { get ; }
28+ /// <summary></summary>
2229 Color HoverBackgroundStopColor { get ; }
30+ /// <summary></summary>
2331 Color HoverTextColor { get ; }
2432
33+ /// <summary></summary>
2534 Color PressedBorderColor { get ; }
35+ /// <summary></summary>
2636 Color PressedBackgroundStartColor { get ; }
37+ /// <summary></summary>
2738 Color PressedBackgroundStopColor { get ; }
39+ /// <summary></summary>
2840 Color PressedTextColor { get ; }
2941
42+ /// <summary></summary>
3043 Color FocusedBorderColor { get ; }
44+ /// <summary></summary>
3145 Color FocusedBackgroundStartColor { get ; }
46+ /// <summary></summary>
3247 Color FocusedBackgroundStopColor { get ; }
48+ /// <summary></summary>
3349 Color FocusedTextColor { get ; }
3450
51+ /// <summary></summary>
3552 Color DisabledBorderColor { get ; }
53+ /// <summary></summary>
3654 Color DisabledBackgroundStartColor { get ; }
55+ /// <summary></summary>
3756 Color DisabledBackgroundStopColor { get ; }
57+ /// <summary></summary>
3858 Color DisabledTextColor { get ; }
3959 }
4060}
0 commit comments