chore: update theme defaults

This commit is contained in:
Ashley Wulber 2024-03-08 11:45:20 -05:00 committed by Ashley Wulber
parent 2b23005fbf
commit d4b5c4f198

View file

@ -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,
}
}