mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Reversing MainWindow Blur call and settings window modification
Added WindowsAccentMode to Base theme
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<Setter Property="Stroke" Value="Blue" />
|
||||
</Style>
|
||||
|
||||
<system:Int32 x:Key="WindowsAccentMode">0</system:Int32>
|
||||
<!-- Item Style -->
|
||||
<Style x:Key="BaseItemTitleStyle" TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="Foreground" Value="#FFFFF8" />
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
</Style>
|
||||
|
||||
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
|
||||
<Setter Property="Background" Value="#80FFFFFF" />
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<!--<Setter Property="Background" Value="#80FFFFFF" />-->
|
||||
|
||||
</Style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user