mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Light theme fix
This commit is contained in:
parent
1e00d8cdaf
commit
e4e2586939
@ -16,7 +16,7 @@
|
||||
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
|
||||
|
||||
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="#FFe5e5e5" />
|
||||
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf7f7f7" />
|
||||
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf5f5f5" />
|
||||
<SolidColorBrush x:Key="PrimaryForegroundBrush" Color="#FF000000" />
|
||||
<SolidColorBrush x:Key="SecondaryForegroundBrush" Color="#FF676666" />
|
||||
<SolidColorBrush x:Key="PrimaryBorderBrush" Color="Black"/>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
|
||||
|
||||
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="#FFe5e5e5" />
|
||||
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf7f7f7" />
|
||||
<SolidColorBrush x:Key="PrimaryBackgroundBrush" Color="#FFf5f5f5" />
|
||||
<SolidColorBrush x:Key="PrimaryForegroundBrush" Color="#FF000000" />
|
||||
<SolidColorBrush x:Key="SecondaryForegroundBrush" Color="#FF676666" />
|
||||
<SolidColorBrush x:Key="PrimaryBorderBrush" Color="Transparent"/>
|
||||
|
Loading…
Reference in New Issue
Block a user