2023-11-20 11:23:26 +01:00
|
|
|
<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">
|
2020-06-05 09:58:30 -07:00
|
|
|
|
2024-12-11 11:47:08 +02:00
|
|
|
<Color x:Key="LauncherBackgroundColor">#505b5e</Color>
|
2020-06-05 09:58:30 -07:00
|
|
|
<!-- 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>
|