From d4b5c4f198bade247c05db019b23f78305a9617e Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 8 Mar 2024 11:45:20 -0500 Subject: [PATCH] chore: update theme defaults --- cosmic-theme/src/model/theme.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmic-theme/src/model/theme.rs b/cosmic-theme/src/model/theme.rs index 804007e7..62ed20a9 100644 --- a/cosmic-theme/src/model/theme.rs +++ b/cosmic-theme/src/model/theme.rs @@ -591,8 +591,8 @@ impl Default for ThemeBuilder { destructive: Default::default(), is_frosted: false, // cosmic-comp theme settings - gaps: (0, 4), - active_hint: 4, + gaps: (0, 8), + active_hint: 3, window_hint: None, } }