From fdd047b0d6929e573e58e092a17799518c6f6aee Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:49:51 +0800 Subject: [PATCH] feat: opacity related. --- .../Default/Light/AutoCompleteBox.axaml | 2 +- .../Themes/Schemes/Default/Light/Border.axaml | 4 +- .../Themes/Schemes/Default/Light/Button.axaml | 10 ++-- .../Schemes/Default/Light/ButtonSpinner.axaml | 10 ++-- .../Schemes/Default/Light/Calendar.axaml | 34 +++++------ .../Default/Light/CalendarDatePicker.axaml | 10 ++-- .../Default/Light/CaptionButtons.axaml | 6 +- .../Schemes/Default/Light/CheckBox.axaml | 14 ++--- .../Schemes/Default/Light/ComboBox.axaml | 24 ++++---- .../Default/Light/DateTimePickerShared.axaml | 16 ++--- .../Schemes/Default/Light/Expander.axaml | 10 ++-- .../Themes/Schemes/Default/Light/Flyout.axaml | 2 +- .../Schemes/Default/Light/GridSplitter.axaml | 4 +- .../Light/HeaderedContentControl.axaml | 2 +- .../Default/Light/HyperlinkButton.axaml | 2 +- .../Schemes/Default/Light/ListBox.axaml | 48 +++++++-------- .../Themes/Schemes/Default/Light/Menu.axaml | 16 ++--- .../Default/Light/NotificationCard.axaml | 2 +- .../Schemes/Default/Light/ProgressBar.axaml | 2 +- .../Schemes/Default/Light/RadioButton.axaml | 58 +++++++++---------- .../Schemes/Default/Light/ScrollViewer.axaml | 8 +-- .../Themes/Schemes/Default/Light/Slider.axaml | 2 +- .../Schemes/Default/Light/SplitView.axaml | 2 +- .../Schemes/Default/Light/TabItem.axaml | 8 +-- .../Schemes/Default/Light/TextBlock.axaml | 8 +-- .../Schemes/Default/Light/TextBox.axaml | 16 ++--- .../Schemes/Default/Light/ToggleButton.axaml | 10 ++-- .../Schemes/Default/Light/ToggleSwitch.axaml | 10 ++-- .../Schemes/Default/Light/TreeView.axaml | 10 ++-- 29 files changed, 175 insertions(+), 175 deletions(-) diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/AutoCompleteBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/AutoCompleteBox.axaml index 782fff4..1d411f9 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/AutoCompleteBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/AutoCompleteBox.axaml @@ -1,5 +1,5 @@ 0 0 8 0 #1A000000 - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Border.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Border.axaml index 7390ccc..fbdb71e 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Border.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Border.axaml @@ -1,5 +1,5 @@ - - 0 0 14 0 #1A000000 + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml index 082f983..c487eb6 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Button.axaml @@ -6,12 +6,12 @@ - + - - - - + + + + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml index c8a51fd..5f1295c 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ButtonSpinner.axaml @@ -1,8 +1,8 @@ - - - - - + + + + + \ 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 6716f2d..d7496a7 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Calendar.axaml @@ -1,35 +1,35 @@ - - - + + + - - - + + + - - - + + + - - + + - + - - + + - - - + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml index ac0d591..28db5ce 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CalendarDatePicker.axaml @@ -1,16 +1,16 @@ - + - - + + - + 0 0 8 0 #1A000000 - + \ 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 be1d83b..fa888c7 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 43403c2..f94f50a 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/CheckBox.axaml @@ -1,13 +1,13 @@ - + - - + + @@ -19,16 +19,16 @@ - - + + - - + + \ 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 8343352..24fe95a 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ComboBox.axaml @@ -1,36 +1,36 @@ - - - - + + + + - + - + - + 0 0 8 0 #1A000000 - + - - + + - + - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml index fda9d3c..326b4f8 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/DateTimePickerShared.axaml @@ -1,26 +1,26 @@ - + - - + + - + - + - + - + - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Expander.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Expander.axaml index 15b20ad..c3569e7 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Expander.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Expander.axaml @@ -1,9 +1,9 @@ - + - + - - - + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Flyout.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Flyout.axaml index 7e7d9fd..2a7cdbd 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Flyout.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Flyout.axaml @@ -1,6 +1,6 @@ - + 0 0 8 0 #1A000000 \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/GridSplitter.axaml index e5fb119..2d2fd8d 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/HeaderedContentControl.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/HeaderedContentControl.axaml index ce87252..f5c2091 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/HeaderedContentControl.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/HeaderedContentControl.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 571ef32..76dad7a 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/HyperlinkButton.axaml @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml index 420a241..deed77d 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ListBox.axaml @@ -1,27 +1,27 @@ - + - - + + - + - + - - - + + + - + - + @@ -37,15 +37,15 @@ - + - - - + + + - + @@ -54,19 +54,19 @@ - - + + - + - - + + @@ -78,8 +78,8 @@ - - + + @@ -87,8 +87,8 @@ - - + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml index b2347f8..7232765 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Menu.axaml @@ -1,24 +1,24 @@ - + - + 0 0 8 0 #1A000000 - - - + + + - + - + - + \ 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 82f0cae..fbd394b 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/NotificationCard.axaml @@ -1,6 +1,6 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml index fc9eeca..ff8e79a 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ProgressBar.axaml @@ -1,6 +1,6 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml index b6a14e7..4099142 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/RadioButton.axaml @@ -1,49 +1,49 @@ - + - - - + + + - - - - + + + + - - - - - - - - + + + + + + + + - + - + - - - - + + + + - + - - - - - - + + + + + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ScrollViewer.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ScrollViewer.axaml index e4f881d..277090e 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ScrollViewer.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ScrollViewer.axaml @@ -1,7 +1,7 @@ - - - - + + + + \ 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 7bd0810..9b5eef3 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/Slider.axaml @@ -1,6 +1,6 @@ - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/SplitView.axaml index d9ddecb..3da1d38 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 2784f91..53186e3 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TabItem.axaml @@ -2,10 +2,10 @@ - - + + - - + + \ No newline at end of file diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml index 97ff4f3..562e09a 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBlock.axaml @@ -1,12 +1,12 @@ - - - + + + - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml index a532796..2159100 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TextBox.axaml @@ -2,22 +2,22 @@ - - - + + + - + - + - - + + - + diff --git a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml index 66a36b1..2338cd7 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleButton.axaml @@ -1,10 +1,10 @@ - - - + + + - + @@ -80,5 +80,5 @@ - + \ 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 ec31198..f0e7668 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/ToggleSwitch.axaml @@ -1,15 +1,15 @@ - - - + + + - + - + \ 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 853f2f3..6dca4db 100644 --- a/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml +++ b/src/Semi.Avalonia/Themes/Schemes/Default/Light/TreeView.axaml @@ -1,13 +1,13 @@ - + - + - - + + - + \ No newline at end of file