From 89cd006e7e6083fcadcbd2fd11ac0298f70d115d Mon Sep 17 00:00:00 2001 From: Clement Sepulchre Date: Wed, 9 Oct 2024 13:03:50 +0200 Subject: [PATCH] gradient overlay --- SukiUI/ColorTheme/Dark.axaml | 2 +- SukiUI/ColorTheme/Light.axaml | 6 +++--- SukiUI/Controls/SukiWindow.axaml.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SukiUI/ColorTheme/Dark.axaml b/SukiUI/ColorTheme/Dark.axaml index facb4f483..af1e60026 100644 --- a/SukiUI/ColorTheme/Dark.axaml +++ b/SukiUI/ColorTheme/Dark.axaml @@ -27,7 +27,7 @@ 1 4 17 0 #111111 - + diff --git a/SukiUI/ColorTheme/Light.axaml b/SukiUI/ColorTheme/Light.axaml index 38caa0bf7..7a72c8a14 100644 --- a/SukiUI/ColorTheme/Light.axaml +++ b/SukiUI/ColorTheme/Light.axaml @@ -2,7 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=netstandard"> Transparent - #fafafa + #fcfcfc Transparent White #fdfefefe @@ -27,8 +27,8 @@ 1 4 17 0 #999999 - - + + diff --git a/SukiUI/Controls/SukiWindow.axaml.cs b/SukiUI/Controls/SukiWindow.axaml.cs index 25f73e912..151d7f3db 100644 --- a/SukiUI/Controls/SukiWindow.axaml.cs +++ b/SukiUI/Controls/SukiWindow.axaml.cs @@ -117,7 +117,7 @@ public bool BackgroundAnimationEnabled public static readonly StyledProperty BackgroundStyleProperty = AvaloniaProperty.Register(nameof(BackgroundStyle), - defaultValue: SukiBackgroundStyle.Bubble); + defaultValue: SukiBackgroundStyle.Gradient); /// public SukiBackgroundStyle BackgroundStyle