mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
* 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
17 lines
943 B
XML
17 lines
943 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
|
|
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>
|
|
<system:String x:Key="Theme.DisplayName">Accent2 (HighContrast)</system:String>
|
|
<system:String x:Key="Theme.BaseColorScheme">HighContrast</system:String>
|
|
<system:String x:Key="Theme.ColorScheme">Accent2</system:String>
|
|
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
|
|
</ResourceDictionary> |