整理控件库
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<!-- Colors depending on the theme should be changed by the Manager -->
|
||||
<!-- 管理员应根据主题更改颜色 -->
|
||||
<Color x:Key="SystemAccentColor">#3379d9</Color>
|
||||
|
||||
<!-- While the name remains Light to stay with the official nomenclature, it's made dark in Dark Theme -->
|
||||
<!-- 为了与官方命名保持一致,"Light "的名称仍然保留,但在 "Dark Theme "中则变成了 "dark"。 -->
|
||||
|
||||
<!-- SystemAccentColorDark1 | SystemAccentColorLight1 -->
|
||||
<Color x:Key="SystemAccentColorPrimary">#559ce4</Color>
|
||||
@@ -35,6 +35,5 @@
|
||||
Color="{StaticResource SystemAccentColorPrimary}" />
|
||||
<SolidColorBrush x:Key="AccentFillColorDisabledBrush" Color="{StaticResource AccentFillColorDisabled}" />
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="SystemFillColorAttentionBrush" Color="{StaticResource SystemAccentColor}" />
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user