mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Changed WindowsAccentMode (int32) Theme setting to ThemeBlurEnabled (boolean):
- Exposed a new function "SetBlurForWindow" in WindowIntelopHelper that handles the blur. - Deleted Accent and Test themes - Changed SimpleBlur and Base themes according to changes
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<Setter Property="Stroke" Value="Blue" />
|
||||
</Style>
|
||||
|
||||
<!-- Windows Accent Mode: 0 - none, 1 - Accent color, 2 - Accent with transparency, 3 - Blur -->
|
||||
<system:Int32 x:Key="WindowsAccentMode">0</system:Int32>
|
||||
|
||||
<system:Boolean x:Key="ThemeBlurEnabled">false</system:Boolean>
|
||||
|
||||
|
||||
<!-- Item Style -->
|
||||
|
||||
Reference in New Issue
Block a user