add: 对比色主题添加ComboBoxSelectorPlaceHolderForeground资源

This commit is contained in:
snail1519
2025-02-25 18:47:53 +08:00
parent 75c63156bc
commit ba526e2cf9

View File

@@ -1,5 +1,6 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="ComboBoxSelectorBackground" ResourceKey="SemiColorWindow"/> <StaticResource x:Key="ComboBoxSelectorBackground" ResourceKey="SemiColorWindow"/>
<StaticResource x:Key="ComboBoxSelectorPlaceHolderForeground" ResourceKey="SemiColorText2"/>
<StaticResource x:Key="ComboBoxSelectorPointeroverBackground" ResourceKey="SemiColorHighlightText"/> <StaticResource x:Key="ComboBoxSelectorPointeroverBackground" ResourceKey="SemiColorHighlightText"/>
<StaticResource x:Key="ComboBoxSelectorFocusBackground" ResourceKey="SemiColorWindow"/> <StaticResource x:Key="ComboBoxSelectorFocusBackground" ResourceKey="SemiColorWindow"/>
<StaticResource x:Key="ComboBoxSelectorPressedBackground" ResourceKey="SemiColorHighlightText"/> <StaticResource x:Key="ComboBoxSelectorPressedBackground" ResourceKey="SemiColorHighlightText"/>