2020-11-07 15:51:38 +01:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2020-11-11 14:14:34 -08:00
|
|
|
xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
2020-11-07 15:51:38 +01:00
|
|
|
|
|
|
|
|
<!-- Metadata -->
|
|
|
|
|
<system:String x:Key="Theme.Name">Light.Accent1</system:String>
|
|
|
|
|
<system:String x:Key="Theme.Origin">PowerToysImageResizer</system:String>
|
|
|
|
|
<system:String x:Key="Theme.DisplayName">Accent1 (Light)</system:String>
|
|
|
|
|
<system:String x:Key="Theme.BaseColorScheme">Light</system:String>
|
|
|
|
|
<system:String x:Key="Theme.ColorScheme">Accent1</system:String>
|
|
|
|
|
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
|
|
|
|
|
|
2020-11-10 20:13:39 +01:00
|
|
|
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="#FFe5e5e5" />
|
2020-11-10 20:17:47 +01:00
|
|
|
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf5f5f5" />
|
2020-11-07 15:51:38 +01:00
|
|
|
<SolidColorBrush x:Key="PrimaryForegroundBrush" Color="#FF000000" />
|
2020-11-10 20:13:39 +01:00
|
|
|
<SolidColorBrush x:Key="SecondaryForegroundBrush" Color="#FF676666" />
|
2020-11-08 20:09:07 +01:00
|
|
|
<SolidColorBrush x:Key="PrimaryBorderBrush" Color="Transparent"/>
|
2020-11-07 15:51:38 +01:00
|
|
|
</ResourceDictionary>
|