Script to setup Windows 10 1903
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
814 B

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="windowBackground" Color="#FFFFFF"/>
<SolidColorBrush x:Key="windowForeground" Color="#000000"/>
<SolidColorBrush x:Key="buttonHamburgerBackground" Color="#353535"/>
<SolidColorBrush x:Key="buttonHamburgerHover" Color="#4A4A4A"/>
<SolidColorBrush x:Key="textHamburgerForeground" Color="#FFFFFF"/>
<SolidColorBrush x:Key="textHamburgerForegroundDisabled" Color="#848484"/>
<Color x:Key="buttonHamburgerBackgroundColor">#353535</Color>
<Color x:Key="buttonHamburgerHoverColor">#4A4A4A</Color>
<Color x:Key="buttonHamburgerApplyHoverColor">#e81123</Color>
</ResourceDictionary>