From d6628bb2b66801d30eea4a01e0c8be0e742dcdc8 Mon Sep 17 00:00:00 2001
From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
Date: Fri, 5 Apr 2024 02:00:08 +0800
Subject: [PATCH] feat: Light.
---
.../Themes/Schemes/Default/Light/Button.axaml | 92 +++++-----
.../Schemes/Default/Light/ButtonSpinner.axaml | 2 +-
.../Schemes/Default/Light/Calendar.axaml | 10 +-
.../Default/Light/CalendarDatePicker.axaml | 4 +-
.../Default/Light/CaptionButtons.axaml | 4 +-
.../Schemes/Default/Light/CheckBox.axaml | 36 ++--
.../Schemes/Default/Light/ComboBox.axaml | 10 +-
.../Default/Light/DataValidationErrors.axaml | 18 +-
.../Default/Light/DateTimePickerShared.axaml | 4 +-
.../Schemes/Default/Light/GridSplitter.axaml | 2 +-
.../Default/Light/HyperlinkButton.axaml | 20 +--
.../Themes/Schemes/Default/Light/Label.axaml | 160 +++++++++---------
.../Schemes/Default/Light/ListBox.axaml | 66 ++++----
.../Default/Light/NotificationCard.axaml | 8 +-
.../Schemes/Default/Light/ProgressBar.axaml | 14 +-
.../Schemes/Default/Light/RadioButton.axaml | 30 ++--
.../Default/Light/RefreshContainer.axaml | 2 +-
.../Themes/Schemes/Default/Light/Slider.axaml | 14 +-
.../Schemes/Default/Light/SplitView.axaml | 2 +-
.../Schemes/Default/Light/TabItem.axaml | 2 +-
.../Schemes/Default/Light/TextBlock.axaml | 10 +-
.../Schemes/Default/Light/TextBox.axaml | 6 +-
.../Schemes/Default/Light/ToggleButton.axaml | 120 ++++++-------
.../Schemes/Default/Light/ToggleSwitch.axaml | 6 +-
.../Schemes/Default/Light/Tooltip.axaml | 2 +-
.../Schemes/Default/Light/TreeView.axaml | 2 +-
26 files changed, 317 insertions(+), 329 deletions(-)
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml
index 30bd3bc..fde929d 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml
@@ -1,11 +1,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -22,56 +22,56 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml
index 5183887..c8a51fd 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml
@@ -5,4 +5,4 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml
index 004048d..6716f2d 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml
@@ -1,6 +1,4 @@
-
+
@@ -12,7 +10,7 @@
-
+
@@ -25,10 +23,10 @@
-
+
-
+
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml
index fccdc95..6bbd3ba 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml
@@ -4,7 +4,7 @@
-
+
0 0 8 0 #1A000000
@@ -12,5 +12,5 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CaptionButtons.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CaptionButtons.axaml
index 5846e21..58ac40d 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CaptionButtons.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CaptionButtons.axaml
@@ -1,7 +1,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml
index 4218bd6..460f328 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml
@@ -1,6 +1,4 @@
-
+
@@ -10,27 +8,27 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml
index 46fe865..96e4953 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml
@@ -5,7 +5,7 @@
-
+
@@ -23,8 +23,8 @@
-
-
+
+
@@ -32,7 +32,7 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DataValidationErrors.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DataValidationErrors.axaml
index 1116060..3cc68f2 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DataValidationErrors.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DataValidationErrors.axaml
@@ -1,11 +1,11 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml
index cd685fb..fda9d3c 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml
@@ -1,6 +1,4 @@
-
+
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml
index 2667522..e5fb119 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml
index f6ab0be..f2964e4 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml
@@ -1,13 +1,7 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml
index 082d195..99aa5ae 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Label.axaml
@@ -1,93 +1,93 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml
index bec09ca..bb5df05 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml
@@ -5,8 +5,8 @@
-
-
+
+
@@ -19,19 +19,19 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -43,17 +43,17 @@
-
+
-
-
-
-
+
+
+
+
@@ -67,28 +67,28 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml
index 2f0f914..448cad8 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml
@@ -2,9 +2,9 @@
-
-
-
-
+
+
+
+
0 0 8 0 #1A000000
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml
index 2944dbb..f92ac4c 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml
@@ -1,13 +1,13 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml
index 935597a..b6a14e7 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml
@@ -8,19 +8,19 @@
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -33,17 +33,17 @@
-
+
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RefreshContainer.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RefreshContainer.axaml
index e67b05b..b598ef1 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RefreshContainer.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RefreshContainer.axaml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml
index f949737..07db747 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml
@@ -1,14 +1,14 @@
-
+
-
-
-
+
+
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml
index fc36c21..d9ddecb 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml
index 4e08d73..9f412ba 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml
@@ -1,7 +1,7 @@
-
+
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml
index c9329eb..d3fc1ce 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml
@@ -3,14 +3,14 @@
-
-
-
+
+
+
-
+
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml
index dfcc1ed..5cc3437 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml
@@ -5,12 +5,12 @@
-
+
-
+
@@ -19,7 +19,7 @@
-
+
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml
index 595cd9e..86fad77 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml
@@ -8,77 +8,77 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml
index a01024b..f7efe7d 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml
@@ -7,9 +7,9 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml
index 4a81dce..720f4cc 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Tooltip.axaml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml
index 96e61d4..a93c7cd 100644
--- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml
+++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml
@@ -7,7 +7,7 @@
-
+
\ No newline at end of file