[Launcher]Port from WPF-UI to .NET 9 WPF (#36215)

* Initial implementation

* Fix fluent style

* Fix no endline

* Update expect.txt

* Fix formatting

* Fix light theme looking bad on Windows 10

* fix formatting

* test change

* Now really fixed W10

* Add a comment

* Fix typos

* Fix spellcheck errors

* Fix spellcheck pattern for websites

* Change patterns for spellcheck in the right file

* Fix XAML styling

* Fix contrast colors on W11

* Fix formatting

* Removed emty line

* Fix formatting

* Added comment to fluentHC file

* fix comment

* Fix Windows10 again.
Adress feedback.

* W11 fix chaning from high contrast to normal not having correct background

* W10 Fix high contrast not working after switching from light/dark moed

* Address feedback

* Fix formatting

* Second W11 fix chaning from high contrast to normal not having correct background
This commit is contained in:
Ionuț Manța
2024-12-11 11:47:08 +02:00
committed by GitHub
parent bf3474b134
commit 7c6af6580e
20 changed files with 7098 additions and 142 deletions

View File

@@ -6,6 +6,7 @@
xmlns:system="clr-namespace:System;assembly=System.Runtime"
mc:Ignorable="options">
<Color x:Key="LauncherBackgroundColor">#505b5e</Color>
<!-- Metadata -->
<system:String x:Key="Theme.Name">HighContrast.Accent2</system:String>
<system:String x:Key="Theme.Origin">PowerToysRun</system:String>

View File

@@ -6,6 +6,7 @@
xmlns:system="clr-namespace:System;assembly=System.Runtime"
mc:Ignorable="options">
<Color x:Key="LauncherBackgroundColor">#1b1c33</Color>
<!-- Metadata -->
<system:String x:Key="Theme.Name">HighContrast.Accent3</system:String>
<system:String x:Key="Theme.Origin">PowerToysRun</system:String>

View File

@@ -6,6 +6,7 @@
xmlns:system="clr-namespace:System;assembly=System.Runtime"
mc:Ignorable="options">
<Color x:Key="LauncherBackgroundColor">#4b4122</Color>
<!-- Metadata -->
<system:String x:Key="Theme.Name">HighContrast.Accent4</system:String>
<system:String x:Key="Theme.Origin">PowerToysRun</system:String>

View File

@@ -6,6 +6,7 @@
xmlns:system="clr-namespace:System;assembly=System.Runtime"
mc:Ignorable="options">
<Color x:Key="LauncherBackgroundColor">#d7dad7</Color>
<!-- Metadata -->
<system:String x:Key="Theme.Name">HighContrast.Accent5</system:String>
<system:String x:Key="Theme.Origin">PowerToysRun</system:String>