<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:presentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
  <SolidColorBrush x:Key="Foreground" presentationOptions:Freeze="True">#FFFFFFFF</SolidColorBrush>
  <SolidColorBrush x:Key="ForegroundDisabled" presentationOptions:Freeze="True">#FFC9D1D5</SolidColorBrush>
</ResourceDictionary>