mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-14 05:06:35 +08:00
add: 对比色主题添加ComboBoxSelectorPlaceHolderForeground资源
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user