Skip to content

Commit

Permalink
chore: update theme defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Mar 8, 2024
1 parent 2b23005 commit d4b5c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmic-theme/src/model/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit d4b5c4f

Please sign in to comment.