mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf: 覆盖 ThirdlyTextBrush,优化深色模式下的显示效果
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<!-- Latest Doc https://ghost1372.github.io/handycontrol/basic_xaml/brushes/ -->
|
||||
<!-- 文字颜色 -->
|
||||
<SolidColorBrush x:Key="PrimaryTextBrush" Color="#E6E6E6" />
|
||||
<SolidColorBrush x:Key="ThirdlyTextBrush" Color="#7FE6E6E6" />
|
||||
<!-- 文字颜色 -->
|
||||
<SolidColorBrush x:Key="TextIconBrush" Color="#E6E6E6" />
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
<SolidColorBrush x:Key="PallasBrush" Color="#6969AA" />
|
||||
|
||||
<!-- HandyControl Brush -->
|
||||
<!-- 文字颜色 -->
|
||||
<SolidColorBrush x:Key="ThirdlyTextBrush" Color="#7F000000" />
|
||||
|
||||
<SolidColorBrush x:Key="SecondaryRegionBrush" Color="#F3F3F3" />
|
||||
<SolidColorBrush x:Key="RegionBrushOpacity25" Color="#40FFFFFF" />
|
||||
<SolidColorBrush x:Key="RegionBrushOpacity50" Color="#7FFFFFFF" />
|
||||
|
||||
Reference in New Issue
Block a user