Switch default SAO UI palette to Rose Pine Moon

This commit is contained in:
mars 2022-12-07 20:19:24 -07:00
parent ad0feb2b31
commit 25eedc0a0d
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ pub struct Theme {
/// The global theme.
pub const THEME: Theme = Theme {
palette: ARCTICA_PALETTE,
palette: ROSE_PINE_MOON_PALETTE,
metrics: Metrics {
surface_rounding: 5.0,
},