feat: extract Semi Resources.
This commit is contained in:
6
src/Ursa.Themes.Semi/Themes/Dark/Breadcrumb.axaml
Normal file
6
src/Ursa.Themes.Semi/Themes/Dark/Breadcrumb.axaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="BreadcrumbItemForeground" Opacity="0.6" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemSeparatorForeground" Opacity="0.35" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemLastForeground" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemPointeroverForeground" Color="#54A9FF" />
|
||||
</ResourceDictionary>
|
||||
7
src/Ursa.Themes.Semi/Themes/Dark/Clock.axaml
Normal file
7
src/Ursa.Themes.Semi/Themes/Dark/Clock.axaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ClockHandBrush" Color="#A7ABB0" />
|
||||
<SolidColorBrush x:Key="ClockHourTickForeground" Color="#A7ABB0" />
|
||||
<SolidColorBrush x:Key="ClockMinuteTickForeground" Color="#6B7075" />
|
||||
<SolidColorBrush x:Key="ClockArborFill" Color="White" />
|
||||
<SolidColorBrush x:Key="ClockArborStroke" Color="#54A9FF" />
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +1,3 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="OverlayDialogMaskBrush" Color="#FFA7ABB0" Opacity="0.2"></SolidColorBrush>
|
||||
</ResourceDictionary>
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="OverlayDialogMaskBrush" Color="#FFA7ABB0" Opacity="0.2" />
|
||||
</ResourceDictionary>
|
||||
4
src/Ursa.Themes.Semi/Themes/Dark/Form.axaml
Normal file
4
src/Ursa.Themes.Semi/Themes/Dark/Form.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="FormGroupForeground" Opacity="0.08" Color="White" />
|
||||
<SolidColorBrush x:Key="FormAsteriskForeground" Color="#FD9983" />
|
||||
</ResourceDictionary>
|
||||
@@ -1,4 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="NavigationMenuItemExpandIconForeground" Opacity="0.62" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="NavigationMenuItemSeparatorBorderForeground" Opacity="0.08" Color="White" />
|
||||
</ResourceDictionary>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="TimelineHeaderForeground" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="DefaultTimelineIconForeground" Opacity="0.2" Color="White" />
|
||||
<SolidColorBrush x:Key="OngoingTimelineIconForeground" Color="#FF54A9FF" />
|
||||
<SolidColorBrush x:Key="SuccessTimelineIconForeground" Color="#FF5DC264" />
|
||||
<SolidColorBrush x:Key="WarningTimelineIconForeground" Color="#FFFFAE43" />
|
||||
<SolidColorBrush x:Key="ErrorTimelineIconForeground" Color="#FFFC725A" />
|
||||
<SolidColorBrush x:Key="TimelineLineBrush" Opacity="0.2" Color="White" />
|
||||
</ResourceDictionary>
|
||||
</ResourceDictionary>
|
||||
4
src/Ursa.Themes.Semi/Themes/Dark/ToolBar.axaml
Normal file
4
src/Ursa.Themes.Semi/Themes/Dark/ToolBar.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ToolBarHeaderForeground" Opacity="0.6" Color="#F9F9F9" />
|
||||
<SolidColorBrush x:Key="ToolBarSeparatorForeground" Opacity="0.08" Color="White" />
|
||||
</ResourceDictionary>
|
||||
6
src/Ursa.Themes.Semi/Themes/Dark/TwoTonePathIcon.axaml
Normal file
6
src/Ursa.Themes.Semi/Themes/Dark/TwoTonePathIcon.axaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="TwoTonePathIconForeground" Color="#135CB8"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconStrokeBrush" Color="#7FC1FF"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveForeground" Color="#7FC1FF"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveStrokeBrush" Color="#7FC1FF"/>
|
||||
</ResourceDictionary>
|
||||
@@ -3,20 +3,25 @@
|
||||
<ResourceInclude Source="Avatar.axaml" />
|
||||
<ResourceInclude Source="Badge.axaml" />
|
||||
<ResourceInclude Source="Banner.axaml" />
|
||||
<ResourceInclude Source="Breadcrumb.axaml" />
|
||||
<ResourceInclude Source="ButtonGroup.axaml" />
|
||||
<ResourceInclude Source="Clock.axaml" />
|
||||
<ResourceInclude Source="DatePicker.axaml" />
|
||||
<ResourceInclude Source="Dialog.axaml" />
|
||||
<ResourceInclude Source="Divider.axaml" />
|
||||
<ResourceInclude Source="DualBadge.axaml" />
|
||||
<ResourceInclude Source="Form.axaml" />
|
||||
<ResourceInclude Source="Loading.axaml" />
|
||||
<ResourceInclude Source="NavigationMenu.axaml" />
|
||||
<ResourceInclude Source="NotificationShared.axaml" />
|
||||
<ResourceInclude Source="Pagination.axaml" />
|
||||
<ResourceInclude Source="Rating.axaml" />
|
||||
<ResourceInclude Source="SelectionList.axaml" />
|
||||
<ResourceInclude Source="Skeleton.axaml" />
|
||||
<ResourceInclude Source="TagInput.axaml" />
|
||||
<ResourceInclude Source="Timeline.axaml" />
|
||||
<ResourceInclude Source="Toast.axaml" />
|
||||
<ResourceInclude Source="Skeleton.axaml" />
|
||||
<ResourceInclude Source="ToolBar.axaml" />
|
||||
<ResourceInclude Source="TwoTonePathIcon.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
@@ -1,15 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!--
|
||||
<Color x:Key="WindowColor">#202020</Color>
|
||||
<Color x:Key="WindowTextColor">#FFFFFF</Color>
|
||||
<Color x:Key="HotlightColor">#75E9FC</Color>
|
||||
<Color x:Key="GrayTextColor">#A6A6A6</Color>
|
||||
<Color x:Key="HighlightTextColor">#263B50</Color>
|
||||
<Color x:Key="HighlightColor">#8EE3F0</Color>
|
||||
<Color x:Key="ButtonTextColor">#FFFFFF</Color>
|
||||
<Color x:Key="ButtonFaceColor">#202020</Color>
|
||||
-->
|
||||
<!-- Badge -->
|
||||
<SolidColorBrush x:Key="BadgeBorderBrush" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="BadgeForeground" Color="{StaticResource WindowColor}" />
|
||||
@@ -18,13 +8,13 @@
|
||||
<SolidColorBrush x:Key="BadgeLightPrimaryBadgeForeground" Color="{StaticResource HotlightColor}" />
|
||||
<SolidColorBrush x:Key="BadgeInvertedBadgeBackground" Color="{StaticResource WindowColor}" />
|
||||
<SolidColorBrush x:Key="BadgeInvertedPrimaryBadgeForeground" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
|
||||
<!-- Banner -->
|
||||
<SolidColorBrush x:Key="BannerInformationBackground" Color="{StaticResource WindowColor}" />
|
||||
<SolidColorBrush x:Key="BannerBorderBrush" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="BannerInformationBorderBrush" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="BannerCloseButtonForeground" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="ButtonGroupSeparatorForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
<!-- Light -->
|
||||
<SolidColorBrush x:Key="ButtonGroupDefaultPrimaryForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
@@ -55,7 +45,20 @@
|
||||
|
||||
<SolidColorBrush x:Key="ButtonGroupSolidDisabledBorderBrush" Color="{StaticResource GrayTextColor}" />
|
||||
<!-- end Solid -->
|
||||
|
||||
|
||||
<!-- BreadCrumb -->
|
||||
<SolidColorBrush x:Key="BreadcrumbItemForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemSeparatorForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemLastForeground" Color="{StaticResource HotlightColor}" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemPointeroverForeground" Color="{StaticResource HighlightColor}" />
|
||||
|
||||
<!-- Clock -->
|
||||
<SolidColorBrush x:Key="ClockHandBrush" Color="{StaticResource HighlightColor}" />
|
||||
<SolidColorBrush x:Key="ClockHourTickForeground" Color="{StaticResource HotlightColor}" />
|
||||
<SolidColorBrush x:Key="ClockMinuteTickForeground" Color="{StaticResource HotlightColor}" />
|
||||
<SolidColorBrush x:Key="ClockArborFill" Color="{StaticResource ButtonFaceColor}" />
|
||||
<SolidColorBrush x:Key="ClockArborStroke" Color="{StaticResource ButtonTextColor}" />
|
||||
|
||||
<!--CalenderDayButton-->
|
||||
<SolidColorBrush x:Key="CalenderDayBackground" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="CalenderDayBorderBrush" Color="Transparent" />
|
||||
@@ -95,12 +98,18 @@
|
||||
|
||||
<!--CalenderView-->
|
||||
<SolidColorBrush x:Key="CalenderViewBackground" Color="Transparent" />
|
||||
|
||||
|
||||
<!-- Divider -->
|
||||
<SolidColorBrush x:Key="DividerBorderBrush" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
|
||||
<!--NavigationMenu-->
|
||||
<SolidColorBrush x:Key="NavigationMenuItemExpandIconForeground" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="NavigationMenuItemSeparatorBorderForeground" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
<!-- Form -->
|
||||
<SolidColorBrush x:Key="FormGroupForeground" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="FormAsteriskForeground" Color="{StaticResource HighlightColor}" />
|
||||
|
||||
<!-- Pagination -->
|
||||
<SolidColorBrush x:Key="PaginationButtonDefaultForeground" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="PaginationButtonSelectedForeground" Color="{StaticResource HighlightTextColor}" />
|
||||
@@ -109,12 +118,25 @@
|
||||
<SolidColorBrush x:Key="PaginationButtonPointeroverBackground" Color="{StaticResource HighlightColor}" />
|
||||
<SolidColorBrush x:Key="PaginationButtonPressedBackground" Color="{StaticResource HighlightColor}" />
|
||||
<SolidColorBrush x:Key="PaginationButtonSelectedBackground" Color="{DynamicResource HighlightColor}" />
|
||||
|
||||
|
||||
<!-- SelectionList -->
|
||||
<SolidColorBrush x:Key="SelectionListIndicatorBackground" Color="{StaticResource WindowColor}" />
|
||||
|
||||
|
||||
<!-- Tag -->
|
||||
<SolidColorBrush x:Key="ClosableTagBackground" Color="{StaticResource WindowColor}" />
|
||||
<SolidColorBrush x:Key="ClosableTagForeground" Color="{StaticResource WindowTextColor}" />
|
||||
<SolidColorBrush x:Key="ClosableTagBorder" Color="{StaticResource WindowTextColor}" />
|
||||
</ResourceDictionary>
|
||||
|
||||
<!-- Timeline -->
|
||||
<SolidColorBrush x:Key="TimelineHeaderForeground" Color="{StaticResource WindowTextColor}" />
|
||||
|
||||
<!-- ToolBar -->
|
||||
<SolidColorBrush x:Key="ToolBarHeaderForeground" Color="{StaticResource HighlightColor}" />
|
||||
<SolidColorBrush x:Key="ToolBarSeparatorForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
|
||||
<!-- TwoTonePathIcon -->
|
||||
<SolidColorBrush x:Key="TwoTonePathIconForeground" Color="{StaticResource HighlightColor}" />
|
||||
<SolidColorBrush x:Key="TwoTonePathIconStrokeBrush" Color="{StaticResource ButtonTextColor}" />
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveForeground" Color="{StaticResource ButtonTextColor}" />
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveStrokeBrush" Color="{StaticResource ButtonTextColor}" />
|
||||
</ResourceDictionary>
|
||||
6
src/Ursa.Themes.Semi/Themes/Light/Breadcrumb.axaml
Normal file
6
src/Ursa.Themes.Semi/Themes/Light/Breadcrumb.axaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="BreadcrumbItemForeground" Opacity="0.62" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemSeparatorForeground" Opacity="0.35" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemLastForeground" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="BreadcrumbItemPointeroverForeground" Color="#0077FA" />
|
||||
</ResourceDictionary>
|
||||
7
src/Ursa.Themes.Semi/Themes/Light/Clock.axaml
Normal file
7
src/Ursa.Themes.Semi/Themes/Light/Clock.axaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ClockHandBrush" Color="#555B61" />
|
||||
<SolidColorBrush x:Key="ClockHourTickForeground" Color="#555B61" />
|
||||
<SolidColorBrush x:Key="ClockMinuteTickForeground" Color="#888D92" />
|
||||
<SolidColorBrush x:Key="ClockArborFill" Color="White" />
|
||||
<SolidColorBrush x:Key="ClockArborStroke" Color="#0077FA" />
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +1,3 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="OverlayDialogMaskBrush" Color="#FF555B61" Opacity="0.2"></SolidColorBrush>
|
||||
</ResourceDictionary>
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="OverlayDialogMaskBrush" Color="#FF555B61" Opacity="0.2" />
|
||||
</ResourceDictionary>
|
||||
4
src/Ursa.Themes.Semi/Themes/Light/Form.axaml
Normal file
4
src/Ursa.Themes.Semi/Themes/Light/Form.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="FormGroupForeground" Opacity="0.08" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="FormAsteriskForeground" Color="#D52515" />
|
||||
</ResourceDictionary>
|
||||
@@ -1,4 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="NavigationMenuItemExpandIconForeground" Opacity="0.62" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="NavigationMenuItemSeparatorBorderForeground" Opacity="0.08" Color="#1C1F23" />
|
||||
</ResourceDictionary>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<SolidColorBrush x:Key="TimelineHeaderForeground" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="DefaultTimelineIconForeground" Opacity="0.13" Color="#FF2E3238" />
|
||||
<SolidColorBrush x:Key="OngoingTimelineIconForeground" Color="#FF0077FA" />
|
||||
<SolidColorBrush x:Key="SuccessTimelineIconForeground" Color="#FF3BB346" />
|
||||
<SolidColorBrush x:Key="WarningTimelineIconForeground" Color="#FFFC8800" />
|
||||
<SolidColorBrush x:Key="ErrorTimelineIconForeground" Color="#FFF93920" />
|
||||
<SolidColorBrush x:Key="TimelineLineBrush" Opacity="0.13" Color="#FF2E3238" />
|
||||
</ResourceDictionary>
|
||||
</ResourceDictionary>
|
||||
4
src/Ursa.Themes.Semi/Themes/Light/ToolBar.axaml
Normal file
4
src/Ursa.Themes.Semi/Themes/Light/ToolBar.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ToolBarHeaderForeground" Opacity="0.62" Color="#1C1F23" />
|
||||
<SolidColorBrush x:Key="ToolBarSeparatorForeground" Opacity="0.08" Color="#1C1F23" />
|
||||
</ResourceDictionary>
|
||||
6
src/Ursa.Themes.Semi/Themes/Light/TwoTonePathIcon.axaml
Normal file
6
src/Ursa.Themes.Semi/Themes/Light/TwoTonePathIcon.axaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="TwoTonePathIconForeground" Color="#98CDFD"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconStrokeBrush" Color="#0062D6"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveForeground" Color="#0062D6"/>
|
||||
<SolidColorBrush x:Key="TwoTonePathIconActiveStrokeBrush" Color="#0062D6"/>
|
||||
</ResourceDictionary>
|
||||
@@ -3,20 +3,25 @@
|
||||
<ResourceInclude Source="Avatar.axaml" />
|
||||
<ResourceInclude Source="Badge.axaml" />
|
||||
<ResourceInclude Source="Banner.axaml" />
|
||||
<ResourceInclude Source="Breadcrumb.axaml" />
|
||||
<ResourceInclude Source="ButtonGroup.axaml" />
|
||||
<ResourceInclude Source="Clock.axaml" />
|
||||
<ResourceInclude Source="DatePicker.axaml" />
|
||||
<ResourceInclude Source="Dialog.axaml" />
|
||||
<ResourceInclude Source="Divider.axaml" />
|
||||
<ResourceInclude Source="DualBadge.axaml" />
|
||||
<ResourceInclude Source="Form.axaml" />
|
||||
<ResourceInclude Source="Loading.axaml" />
|
||||
<ResourceInclude Source="NavigationMenu.axaml" />
|
||||
<ResourceInclude Source="NotificationShared.axaml" />
|
||||
<ResourceInclude Source="Pagination.axaml" />
|
||||
<ResourceInclude Source="Rating.axaml" />
|
||||
<ResourceInclude Source="SelectionList.axaml" />
|
||||
<ResourceInclude Source="Skeleton.axaml" />
|
||||
<ResourceInclude Source="TagInput.axaml" />
|
||||
<ResourceInclude Source="Timeline.axaml" />
|
||||
<ResourceInclude Source="Toast.axaml" />
|
||||
<ResourceInclude Source="Skeleton.axaml" />
|
||||
<ResourceInclude Source="ToolBar.axaml" />
|
||||
<ResourceInclude Source="TwoTonePathIcon.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user