feat: SemiBlue5 hex.

This commit is contained in:
Zhang Dian
2025-04-12 18:06:42 +08:00
parent 2569170ce1
commit 804f95e0e5
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<SolidColorBrush x:Key="LabelTagLightIndigoForeground" Color="#1F2878" />
<SolidColorBrush x:Key="LabelTagLightIndigoBackground" Opacity="0.15" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagLightBlueForeground" Color="#003D8F" />
<SolidColorBrush x:Key="LabelTagLightBlueBackground" Opacity="0.15" Color="#0077FA" />
<SolidColorBrush x:Key="LabelTagLightBlueBackground" Opacity="0.15" Color="#0064FA" />
<SolidColorBrush x:Key="LabelTagLightLightBlueForeground" Color="#004B83" />
<SolidColorBrush x:Key="LabelTagLightLightBlueBackground" Opacity="0.15" Color="#0095EE" />
<SolidColorBrush x:Key="LabelTagLightCyanForeground" Color="#004D5B" />
@@ -47,7 +47,7 @@
<SolidColorBrush x:Key="LabelTagGhostIndigoBorderBrush" Color="#5E6FC4" />
<SolidColorBrush x:Key="LabelTagGhostIndigoForeground" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagGhostBlueBorderBrush" Color="#3295FB" />
<SolidColorBrush x:Key="LabelTagGhostBlueForeground" Color="#0077FA" />
<SolidColorBrush x:Key="LabelTagGhostBlueForeground" Color="#0064FA" />
<SolidColorBrush x:Key="LabelTagGhostLightBlueBorderBrush" Color="#30ACF1" />
<SolidColorBrush x:Key="LabelTagGhostLightBlueForeground" Color="#0095EE" />
<SolidColorBrush x:Key="LabelTagGhostCyanBorderBrush" Color="#2CB8C5" />
@@ -77,7 +77,7 @@
<SolidColorBrush x:Key="LabelTagSolidPurpleBackground" Color="#9E28B3" />
<SolidColorBrush x:Key="LabelTagSolidVioletBackground" Color="#6A3AC7" />
<SolidColorBrush x:Key="LabelTagSolidIndigoBackground" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagSolidBlueBackground" Color="#0077FA" />
<SolidColorBrush x:Key="LabelTagSolidBlueBackground" Color="#0064FA" />
<SolidColorBrush x:Key="LabelTagSolidLightBlueBackground" Color="#0095EE" />
<SolidColorBrush x:Key="LabelTagSolidCyanBackground" Color="#05A4B6" />
<SolidColorBrush x:Key="LabelTagSolidTealBackground" Color="#00B3A1" />

View File

@@ -57,7 +57,7 @@
<Color x:Key="SemiBlue2Color">#98CDFD</Color>
<Color x:Key="SemiBlue3Color">#65B2FC</Color>
<Color x:Key="SemiBlue4Color">#3295FB</Color>
<Color x:Key="SemiBlue5Color">#0077FA</Color>
<Color x:Key="SemiBlue5Color">#0064FA</Color>
<Color x:Key="SemiBlue6Color">#0062D6</Color>
<Color x:Key="SemiBlue7Color">#004FB3</Color>
<Color x:Key="SemiBlue8Color">#003D8F</Color>