perf: 覆盖 ThirdlyTextBrush,优化深色模式下的显示效果

This commit is contained in:
uye
2025-08-29 00:49:46 +08:00
parent b1a2999c15
commit 63fd4ca0d8
2 changed files with 4 additions and 0 deletions

View File

@@ -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" />

View File

@@ -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" />