This commit is contained in:
Zhang Dian 2023-02-03 09:49:34 +08:00
parent 38fd422b90
commit 547e95e7b6
4 changed files with 73 additions and 73 deletions

View File

@ -12,97 +12,97 @@
<CornerRadius x:Key="LabelTagSquareCornerRadius">3</CornerRadius>
<CornerRadius x:Key="LabelTagCircleCornerRadius">9999</CornerRadius>
<SolidColorBrush x:Key="LabelTagLightAmberForeground" Color="#784606" />
<SolidColorBrush x:Key="LabelTagLightAmberBackground" Opacity="0.15" Color="#F0B114" />
<SolidColorBrush x:Key="LabelTagLightBlueForeground" Color="#003D8F" />
<SolidColorBrush x:Key="LabelTagLightAmberForeground" Color="#FCF6D2" />
<SolidColorBrush x:Key="LabelTagLightAmberBackground" Opacity="0.15" Color="#F5CA50" />
<SolidColorBrush x:Key="LabelTagLightBlueForeground" Color="#D4ECFF" />
<SolidColorBrush x:Key="LabelTagLightBlueBackground" Opacity="0.15" Color="#54A9FF" />
<SolidColorBrush x:Key="LabelTagLightCyanForeground" Color="#004D5B" />
<SolidColorBrush x:Key="LabelTagLightCyanBackground" Opacity="0.15" Color="#05A4B6" />
<SolidColorBrush x:Key="LabelTagLightGreenForeground" Color="#1B5924" />
<SolidColorBrush x:Key="LabelTagLightGreenBackground" Opacity="0.15" Color="#5dc264" />
<SolidColorBrush x:Key="LabelTagLightCyanForeground" Color="#C6EFF1" />
<SolidColorBrush x:Key="LabelTagLightCyanBackground" Opacity="0.15" Color="#38BBC6" />
<SolidColorBrush x:Key="LabelTagLightGreenForeground" Color="#D0F0D1" />
<SolidColorBrush x:Key="LabelTagLightGreenBackground" Opacity="0.15" Color="#5DC264" />
<SolidColorBrush x:Key="LabelTagLightGreyForeground" Color="#E6E8EA" />
<SolidColorBrush x:Key="LabelTagLightGreyBackground" Opacity="0.15" Color="#888D92" />
<SolidColorBrush x:Key="LabelTagLightIndigoForeground" Color="#1F2878" />
<SolidColorBrush x:Key="LabelTagLightIndigoBackground" Opacity="0.15" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagLightLightBlueForeground" Color="#004B83" />
<SolidColorBrush x:Key="LabelTagLightIndigoForeground" Color="#D1D8F1" />
<SolidColorBrush x:Key="LabelTagLightIndigoBackground" Opacity="0.15" Color="#5F71C5" />
<SolidColorBrush x:Key="LabelTagLightLightBlueForeground" Color="#CEEEFC" />
<SolidColorBrush x:Key="LabelTagLightLightBlueBackground" Opacity="0.15" Color="#40B4F3" />
<SolidColorBrush x:Key="LabelTagLightLightGreenForeground" Color="#395B1B" />
<SolidColorBrush x:Key="LabelTagLightLightGreenBackground" Opacity="0.15" Color="#7BB63C" />
<SolidColorBrush x:Key="LabelTagLightLimeForeground" Color="#9BD100" />
<SolidColorBrush x:Key="LabelTagLightLimeBackground" Opacity="0.15" Color="#486800" />
<SolidColorBrush x:Key="LabelTagLightOrangeForeground" Color="#7E3100" />
<SolidColorBrush x:Key="LabelTagLightLightGreenForeground" Color="#E4F1D1" />
<SolidColorBrush x:Key="LabelTagLightLightGreenBackground" Opacity="0.15" Color="#97C65F" />
<SolidColorBrush x:Key="LabelTagLightLimeForeground" Color="#AEDC3A" />
<SolidColorBrush x:Key="LabelTagLightLimeBackground" Opacity="0.15" Color="#E5F6C9" />
<SolidColorBrush x:Key="LabelTagLightOrangeForeground" Color="#FFEFD0" />
<SolidColorBrush x:Key="LabelTagLightOrangeBackground" Opacity="0.15" Color="#FFAE43" />
<SolidColorBrush x:Key="LabelTagLightPinkForeground" Color="#7E053A" />
<SolidColorBrush x:Key="LabelTagLightPinkBackground" Opacity="0.15" Color="#E91E63" />
<SolidColorBrush x:Key="LabelTagLightPurpleForeground" Color="#5C0F75" />
<SolidColorBrush x:Key="LabelTagLightPurpleBackground" Opacity="0.15" Color="#9E28B3" />
<SolidColorBrush x:Key="LabelTagLightRedForeground" Color="#8E0805" />
<SolidColorBrush x:Key="LabelTagLightPinkForeground" Color="#FBD3DC" />
<SolidColorBrush x:Key="LabelTagLightPinkBackground" Opacity="0.15" Color="#EF5686" />
<SolidColorBrush x:Key="LabelTagLightPurpleForeground" Color="#EFCEF0" />
<SolidColorBrush x:Key="LabelTagLightPurpleBackground" Opacity="0.15" Color="#B553C2" />
<SolidColorBrush x:Key="LabelTagLightRedForeground" Color="#FEE0D5" />
<SolidColorBrush x:Key="LabelTagLightRedBackground" Opacity="0.15" Color="#FC725A" />
<SolidColorBrush x:Key="LabelTagLightTealForeground" Color="#005955" />
<SolidColorBrush x:Key="LabelTagLightTealBackground" Opacity="0.15" Color="#00B3A1" />
<SolidColorBrush x:Key="LabelTagLightVioletForeground" Color="#6A3AC7" />
<SolidColorBrush x:Key="LabelTagLightVioletBackground" Opacity="0.15" Color="#361C8A" />
<SolidColorBrush x:Key="LabelTagLightYellowForeground" Color="#7D6A00" />
<SolidColorBrush x:Key="LabelTagLightYellowBackground" Opacity="0.15" Color="#FAC800" />
<SolidColorBrush x:Key="LabelTagLightTealForeground" Color="#C4F0E8" />
<SolidColorBrush x:Key="LabelTagLightTealBackground" Opacity="0.15" Color="#33C2B0" />
<SolidColorBrush x:Key="LabelTagLightVioletForeground" Color="#8865D4" />
<SolidColorBrush x:Key="LabelTagLightVioletBackground" Opacity="0.15" Color="#DDD4F4" />
<SolidColorBrush x:Key="LabelTagLightYellowForeground" Color="#FEFBD0" />
<SolidColorBrush x:Key="LabelTagLightYellowBackground" Opacity="0.15" Color="#FDDE43" />
<SolidColorBrush x:Key="LabelTagLightWhiteForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="LabelTagLightWhiteBackground" Opacity="0.15" Color="#FFFFFF" />
<SolidColorBrush x:Key="LabelTagLightWhiteBorderBrush" Color="#C6CACD" />
<SolidColorBrush x:Key="LabelTagLightWhiteBackground" Opacity="0.15" Color="#000000" />
<SolidColorBrush x:Key="LabelTagLightWhiteBorderBrush" Color="#41464C" />
<SolidColorBrush x:Key="LabelTagGhostAmberBorderBrush" Color="#F3C341" />
<SolidColorBrush x:Key="LabelTagGhostAmberForeground" Color="#F0B114" />
<SolidColorBrush x:Key="LabelTagGhostBlueBorderBrush" Color="#3295FB" />
<SolidColorBrush x:Key="LabelTagGhostAmberBorderBrush" Color="#F2B726" />
<SolidColorBrush x:Key="LabelTagGhostAmberForeground" Color="#F5CA50" />
<SolidColorBrush x:Key="LabelTagGhostBlueBorderBrush" Color="#2990FF" />
<SolidColorBrush x:Key="LabelTagGhostBlueForeground" Color="#54A9FF" />
<SolidColorBrush x:Key="LabelTagGhostCyanBorderBrush" Color="#2CB8C5" />
<SolidColorBrush x:Key="LabelTagGhostCyanForeground" Color="#05A4B6" />
<SolidColorBrush x:Key="LabelTagGhostGreenBorderBrush" Color="#5AC262" />
<SolidColorBrush x:Key="LabelTagGhostGreenForeground" Color="#5dc264" />
<SolidColorBrush x:Key="LabelTagGhostGreyBorderBrush" Color="#888D92" />
<SolidColorBrush x:Key="LabelTagGhostCyanBorderBrush" Color="#13A8B8" />
<SolidColorBrush x:Key="LabelTagGhostCyanForeground" Color="#38BBC6" />
<SolidColorBrush x:Key="LabelTagGhostGreenBorderBrush" Color="#3EB349" />
<SolidColorBrush x:Key="LabelTagGhostGreenForeground" Color="#5DC264" />
<SolidColorBrush x:Key="LabelTagGhostGreyBorderBrush" Color="#6B7075" />
<SolidColorBrush x:Key="LabelTagGhostGreyForeground" Color="#888D92" />
<SolidColorBrush x:Key="LabelTagGhostIndigoBorderBrush" Color="#5E6FC4" />
<SolidColorBrush x:Key="LabelTagGhostIndigoForeground" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagGhostLightBlueBorderBrush" Color="#30ACF1" />
<SolidColorBrush x:Key="LabelTagGhostIndigoBorderBrush" Color="#4053B7" />
<SolidColorBrush x:Key="LabelTagGhostIndigoForeground" Color="#5F71C5" />
<SolidColorBrush x:Key="LabelTagGhostLightBlueBorderBrush" Color="#139FF0" />
<SolidColorBrush x:Key="LabelTagGhostLightBlueForeground" Color="#40B4F3" />
<SolidColorBrush x:Key="LabelTagGhostLightGreenBorderBrush" Color="#93C55B" />
<SolidColorBrush x:Key="LabelTagGhostLightGreenForeground" Color="#7BB63C" />
<SolidColorBrush x:Key="LabelTagGhostLimeBorderBrush" Color="#A7DA2C" />
<SolidColorBrush x:Key="LabelTagGhostLimeForeground" Color="#9BD100" />
<SolidColorBrush x:Key="LabelTagGhostOrangeBorderBrush" Color="#FDA633" />
<SolidColorBrush x:Key="LabelTagGhostLightGreenBorderBrush" Color="#7FB840" />
<SolidColorBrush x:Key="LabelTagGhostLightGreenForeground" Color="#97C65F" />
<SolidColorBrush x:Key="LabelTagGhostLimeBorderBrush" Color="#A2D311" />
<SolidColorBrush x:Key="LabelTagGhostLimeForeground" Color="#AEDC3A" />
<SolidColorBrush x:Key="LabelTagGhostOrangeBorderBrush" Color="#FF9214" />
<SolidColorBrush x:Key="LabelTagGhostOrangeForeground" Color="#FFAE43" />
<SolidColorBrush x:Key="LabelTagGhostPinkBorderBrush" Color="#ED487B" />
<SolidColorBrush x:Key="LabelTagGhostPinkForeground" Color="#E91E63" />
<SolidColorBrush x:Key="LabelTagGhostPurpleBorderBrush" Color="#B449C2" />
<SolidColorBrush x:Key="LabelTagGhostPurpleForeground" Color="#9E28B3" />
<SolidColorBrush x:Key="LabelTagGhostRedBorderBrush" Color="#FA664C" />
<SolidColorBrush x:Key="LabelTagGhostPinkBorderBrush" Color="#EB2F71" />
<SolidColorBrush x:Key="LabelTagGhostPinkForeground" Color="#EF5686" />
<SolidColorBrush x:Key="LabelTagGhostPurpleBorderBrush" Color="#A033B3" />
<SolidColorBrush x:Key="LabelTagGhostPurpleForeground" Color="#B553C2" />
<SolidColorBrush x:Key="LabelTagGhostRedBorderBrush" Color="#FB4932" />
<SolidColorBrush x:Key="LabelTagGhostRedForeground" Color="#FC725A" />
<SolidColorBrush x:Key="LabelTagGhostTealBorderBrush" Color="#27C2B0" />
<SolidColorBrush x:Key="LabelTagGhostTealForeground" Color="#00B3A1" />
<SolidColorBrush x:Key="LabelTagGhostVioletBorderBrush" Color="#885BD2" />
<SolidColorBrush x:Key="LabelTagGhostVioletForeground" Color="#6A3AC7" />
<SolidColorBrush x:Key="LabelTagGhostYellowBorderBrush" Color="#FBDA32" />
<SolidColorBrush x:Key="LabelTagGhostYellowForeground" Color="#FAC800" />
<SolidColorBrush x:Key="LabelTagGhostWhiteBorderBrush" Color="#C6CACD" />
<SolidColorBrush x:Key="LabelTagGhostTealBorderBrush" Color="#0EB3A1" />
<SolidColorBrush x:Key="LabelTagGhostTealForeground" Color="#33C2B0" />
<SolidColorBrush x:Key="LabelTagGhostVioletBorderBrush" Color="#7246C9" />
<SolidColorBrush x:Key="LabelTagGhostVioletForeground" Color="#8865D4" />
<SolidColorBrush x:Key="LabelTagGhostYellowBorderBrush" Color="#FCCE14" />
<SolidColorBrush x:Key="LabelTagGhostYellowForeground" Color="#FDDE43" />
<SolidColorBrush x:Key="LabelTagGhostWhiteBorderBrush" Color="#41464C" />
<SolidColorBrush x:Key="LabelTagGhostWhiteForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="LabelTagSolidForeground" Color="#FFFFFF" />
<SolidColorBrush x:Key="LabelTagSolidAmberBackground" Color="#F0B114" />
<SolidColorBrush x:Key="LabelTagSolidForeground" Color="#000000" />
<SolidColorBrush x:Key="LabelTagSolidAmberBackground" Color="#F5CA50" />
<SolidColorBrush x:Key="LabelTagSolidBlueBackground" Color="#54A9FF" />
<SolidColorBrush x:Key="LabelTagSolidCyanBackground" Color="#05A4B6" />
<SolidColorBrush x:Key="LabelTagSolidGreenBackground" Color="#5dc264" />
<SolidColorBrush x:Key="LabelTagSolidCyanBackground" Color="#38BBC6" />
<SolidColorBrush x:Key="LabelTagSolidGreenBackground" Color="#5DC264" />
<SolidColorBrush x:Key="LabelTagSolidGreyBackground" Color="#888D92" />
<SolidColorBrush x:Key="LabelTagSolidIndigoBackground" Color="#3F51B5" />
<SolidColorBrush x:Key="LabelTagSolidIndigoBackground" Color="#5F71C5" />
<SolidColorBrush x:Key="LabelTagSolidLightBlueBackground" Color="#40B4F3" />
<SolidColorBrush x:Key="LabelTagSolidLightGreenBackground" Color="#7BB63C" />
<SolidColorBrush x:Key="LabelTagSolidLimeBackground" Color="#9BD100" />
<SolidColorBrush x:Key="LabelTagSolidLightGreenBackground" Color="#97C65F" />
<SolidColorBrush x:Key="LabelTagSolidLimeBackground" Color="#AEDC3A" />
<SolidColorBrush x:Key="LabelTagSolidOrangeBackground" Color="#FFAE43" />
<SolidColorBrush x:Key="LabelTagSolidPinkBackground" Color="#E91E63" />
<SolidColorBrush x:Key="LabelTagSolidPurpleBackground" Color="#9E28B3" />
<SolidColorBrush x:Key="LabelTagSolidPinkBackground" Color="#EF5686" />
<SolidColorBrush x:Key="LabelTagSolidPurpleBackground" Color="#B553C2" />
<SolidColorBrush x:Key="LabelTagSolidRedBackground" Color="#FC725A" />
<SolidColorBrush x:Key="LabelTagSolidTealBackground" Color="#00B3A1" />
<SolidColorBrush x:Key="LabelTagSolidVioletBackground" Color="#6A3AC7" />
<SolidColorBrush x:Key="LabelTagSolidYellowBackground" Color="#FAC800" />
<SolidColorBrush x:Key="LabelTagSolidTealBackground" Color="#33C2B0" />
<SolidColorBrush x:Key="LabelTagSolidVioletBackground" Color="#8865D4" />
<SolidColorBrush x:Key="LabelTagSolidYellowBackground" Color="#FDDE43" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBackground" Color="#FFFFFF" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBorderBrush" Color="#C6CACD" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBackground" Color="#000000" />
<SolidColorBrush x:Key="LabelTagSolidWhiteBorderBrush" Color="#41464C" />
<SolidColorBrush x:Key="LabelTagSolidWhiteForeground" Color="#F9F9F9" />

View File

@ -6,7 +6,7 @@
<SolidColorBrush x:Key="NotificationCardBorderBrush" Opacity="0.08" Color="#F9F9F9" />
<SolidColorBrush x:Key="NotificationCardBackground" Color="Black" />
<SolidColorBrush x:Key="NotificationCardInformationIconForeground" Color="#54A9FF" />
<SolidColorBrush x:Key="NotificationCardSuccessIconForeground" Color="#5dc264" />
<SolidColorBrush x:Key="NotificationCardSuccessIconForeground" Color="#5DC264" />
<SolidColorBrush x:Key="NotificationCardWarningIconForeground" Color="#FFAE43" />
<SolidColorBrush x:Key="NotificationCardErrorIconForeground" Color="#FC725A" />
<sys:Double x:Key="NotificationCardWidth">320</sys:Double>

View File

@ -6,7 +6,7 @@
<SolidColorBrush x:Key="ProgressBarTextForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="ProgressBarRootBorderBrush" Color="Transparent" />
<FontWeight x:Key="ProgressBarTextFontWeight">600</FontWeight>
<SolidColorBrush x:Key="ProgressBarSuccessForeground" Color="#5dc264" />
<SolidColorBrush x:Key="ProgressBarSuccessForeground" Color="#5DC264" />
<SolidColorBrush x:Key="ProgressBarWarningForeground" Color="#FFAE43" />
<SolidColorBrush x:Key="ProgressBarErrorForeground" Color="#FC725A" />
</ResourceDictionary>

View File

@ -7,7 +7,7 @@
<SolidColorBrush x:Key="TextBlockQuaternaryForeground" Opacity="0.35" Color="#F9F9F9" />
<SolidColorBrush x:Key="TextBlockWarningForeground" Color="#FFAE43" />
<SolidColorBrush x:Key="TextBlockDangerForeground" Color="#FC725A" />
<SolidColorBrush x:Key="TextBlockSuccessForeground" Color="#5dc264" />
<SolidColorBrush x:Key="TextBlockSuccessForeground" Color="#5DC264" />
<SolidColorBrush x:Key="TextBlockDisabledForeground" Opacity="0.35" Color="#F9F9F9" />
<SolidColorBrush x:Key="TextBlockCodeForeground" Opacity="0.68" Color="#F9F9F9" />
<SolidColorBrush x:Key="TextBlockMarkBackground" Color="#053170" />