mirror of
https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
synced 2026-05-06 19:20:18 +08:00
19 lines
996 B
XML
19 lines
996 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<ResourceDictionary.ThemeDictionaries>
|
|
<ResourceDictionary x:Key="Light">
|
|
<SolidColorBrush x:Key="AlternateBackgroundBrush"
|
|
Opacity="0.8"
|
|
Color="#FDFEFE"/>
|
|
<SolidColorBrush x:Key="RequiredBrush" Color="#c50500"/>
|
|
<SolidColorBrush x:Key="PlayButtonDisabledBrush" Color="#eaeaea"/>
|
|
</ResourceDictionary>
|
|
<ResourceDictionary x:Key="Dark">
|
|
<SolidColorBrush x:Key="AlternateBackgroundBrush"
|
|
Opacity="0.8"
|
|
Color="#323232"/>
|
|
<SolidColorBrush x:Key="RequiredBrush" Color="#fff000"/>
|
|
<SolidColorBrush x:Key="PlayButtonDisabledBrush" Color="#7b7b7b"/>
|
|
</ResourceDictionary>
|
|
</ResourceDictionary.ThemeDictionaries>
|
|
</ResourceDictionary>
|