feat: impl catppuccin theme

This commit is contained in:
2026-04-26 00:46:11 +01:00
parent dab18c40c5
commit 3b0fe3e311
6 changed files with 118 additions and 58 deletions

View File

@@ -49,9 +49,11 @@ fn setup_application(cx: &mut gpui::App) {
},
});
let theme_family = theme::ThemeFamily::default();
let global = app::Global {
safe_area: bounds(point(px(0.), px(0.)), size(px(72.), px(12.))),
current_theme: cx.window_appearance().into(),
theme_family,
current_theme: theme_family.theme_for_appearance(cx.window_appearance()),
rng: rand::rng(),
};