You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it intended that the accent color of the titlebar buttons (minimize, maximize) is tied to the system accent color, even when a CustomAccentColor is set in the FluentAvaloniaTheme? I noticed that if I change the Windows accent color, the titlebar button colors also change (after a restart of the application). However, this does not happen when I set a CustomAccentColor.
I also found that it's possible to override the button colors but it seems more intuitive if the buttons' colors changed according to the set accent color.
TitleBar.ButtonHoverBackgroundColor=Colors.Green;
I don't think code samples are necessary since this behavior can easily be tested in the FAControlsGallery App.
Edit: Something I just noticed after testing a little bit more—after changing the App Theme (e.g., from System to Dark/Light), the accent color is applied correctly to the buttons.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it intended that the accent color of the titlebar buttons (minimize, maximize) is tied to the system accent color, even when a
CustomAccentColor
is set in theFluentAvaloniaTheme
? I noticed that if I change the Windows accent color, the titlebar button colors also change (after a restart of the application). However, this does not happen when I set aCustomAccentColor
.I also found that it's possible to override the button colors but it seems more intuitive if the buttons' colors changed according to the set accent color.
I don't think code samples are necessary since this behavior can easily be tested in the FAControlsGallery App.
Edit: Something I just noticed after testing a little bit more—after changing the App Theme (e.g., from System to Dark/Light), the accent color is applied correctly to the buttons.
Beta Was this translation helpful? Give feedback.
All reactions