Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Assets/Styles/StylesLight.xaml')
-rw-r--r--UVtools.WPF/Assets/Styles/StylesLight.xaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/UVtools.WPF/Assets/Styles/StylesLight.xaml b/UVtools.WPF/Assets/Styles/StylesLight.xaml
new file mode 100644
index 0000000..d030ff4
--- /dev/null
+++ b/UVtools.WPF/Assets/Styles/StylesLight.xaml
@@ -0,0 +1,20 @@
+<Styles xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+
+ <Design.PreviewWith>
+ <Border Padding="20"></Border>
+ </Design.PreviewWith>
+
+ <Style Selector="Border.GroupBox">
+ <Setter Property="BorderBrush" Value="LightBlue" />
+ </Style>
+
+ <Style Selector="TextBlock.GroupBoxHeader">
+ <Setter Property="Background" Value="LightBlue" />
+ </Style>
+
+ <Style Selector="Border.FooterActions">
+ <Setter Property="Background" Value="LightGray" />
+ </Style>
+
+</Styles> \ No newline at end of file