Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
2908173d
Commit
2908173d
authored
May 24, 2023
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改颜色
parent
be50153a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
CardStyle.xaml
...Y.ControlLibrary/FLY.ControlLibrary/Themes/CardStyle.xaml
+3
-6
Colors2.xaml
...FLY.ControlLibrary/FLY.ControlLibrary/Themes/Colors2.xaml
+5
-0
No files found.
Project.FLY.ControlLibrary/FLY.ControlLibrary/Themes/CardStyle.xaml
View file @
2908173d
...
@@ -9,18 +9,15 @@
...
@@ -9,18 +9,15 @@
<Setter Property="Background" Value="{StaticResource MahApps.Brushes.Gray9}" />
<Setter Property="Background" Value="{StaticResource MahApps.Brushes.Gray9}" />
</Style>
</Style>
<Style x:Key="Styles.Card.Title" TargetType="TextBlock">
<Style x:Key="Styles.Card.Title" TargetType="TextBlock">
<Setter Property="Background" Value="#FFC107"/>
<Setter Property="Background" Value="{StaticResource Brushes.Card.Badged.Background}"/>
<Setter Property="Foreground" Value="{StaticResource Brushes.Card.Badged.Foreground}"/>
<Setter Property="FontSize" Value="18"/>
<Setter Property="FontSize" Value="18"/>
<Setter Property="HorizontalAlignment" Value="Right"/>
<Setter Property="HorizontalAlignment" Value="Right"/>
<Setter Property="Padding" Value="20 5"/>
<Setter Property="Padding" Value="20 5"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
</Style>
<Style x:Key="Styles.Card.Title2" TargetType="TextBlock">
<Style x:Key="Styles.Card.Title2" TargetType="TextBlock" BasedOn="{StaticResource Styles.Card.Title}">
<Setter Property="Background" Value="#FFC107"/>
<Setter Property="FontSize" Value="18"/>
<Setter Property="HorizontalAlignment" Value="Left"/>
<Setter Property="HorizontalAlignment" Value="Left"/>
<Setter Property="Padding" Value="20 5"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
</Style>
<Style x:Key="Styles.Card.Border" TargetType="Border">
<Style x:Key="Styles.Card.Border" TargetType="Border">
<Setter Property="Margin" Value="5"/>
<Setter Property="Margin" Value="5"/>
...
...
Project.FLY.ControlLibrary/FLY.ControlLibrary/Themes/Colors2.xaml
View file @
2908173d
...
@@ -20,6 +20,11 @@
...
@@ -20,6 +20,11 @@
<SolidColorBrush x:Key="Brushes.Pass" Color="#4cae50"/>
<SolidColorBrush x:Key="Brushes.Pass" Color="#4cae50"/>
<!--Fault颜色-->
<!--Fault颜色-->
<SolidColorBrush x:Key="Brushes.Fault" Color="#f34336"/>
<SolidColorBrush x:Key="Brushes.Fault" Color="#f34336"/>
<!--Pass颜色-->
<SolidColorBrush x:Key="Brushes.Card.Badged.Background" Color="#FFC107"/>
<!--Fault颜色-->
<SolidColorBrush x:Key="Brushes.Card.Badged.Foreground" Color="Black"/>
<SolidColorBrush x:Key="Brushes.Text.White" Color="White"/>
<SolidColorBrush x:Key="Brushes.Text.White" Color="White"/>
<SolidColorBrush x:Key="Brushes.Text.Gray" Color="#FFC3C3C3"/>
<SolidColorBrush x:Key="Brushes.Text.Gray" Color="#FFC3C3C3"/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment