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