The ControlTemplate.Triggers has a hardcoded color set for the IsEnabled = False ``` xml <Trigger Property="IsEnabled" Value="false"> <Setter Property="Foreground" Value="#ADADAD" /> </Trigger> ``` There is no way to alter this behavior without rewriting the template. Could you please make this a color resource so that it can be changed. This is under `Themes/MetroWindow.xaml`