Applied new brand colors to all windows

This commit is contained in:
erri120 2019-10-16 18:23:12 +02:00
parent 3ec1302473
commit e7503d5236
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -11,9 +11,9 @@
<local:IsNotNullVisibilityConverter x:Key="IsNotNullVisibilityConverter"/>
<!--Colors-->
<Color x:Key="WindowBackgroundColor">#444444</Color>
<Color x:Key="DarkBackgroundColor">#333333</Color>
<Color x:Key="LightBackgroundColor">#595959</Color>
<Color x:Key="WindowBackgroundColor">#121212</Color>
<Color x:Key="DarkBackgroundColor">#292929</Color>
<Color x:Key="LightBackgroundColor">#414141</Color>
<Color x:Key="BackgroundColor">#3D3D3D</Color>
<Color x:Key="DisabledBackgroundColor">#424242</Color>
<Color x:Key="LightDisabledBackgroundColor">#666666</Color>