change(colorscheme): use catppuccin latte (light theme)

This commit is contained in:
qwjyh 2024-11-15 20:53:54 +09:00
parent c10ff130ce
commit 3a6eda6c77
3 changed files with 5 additions and 2 deletions

View file

@ -44,7 +44,8 @@ return {
-- }
-- },
color_scheme = "iceberg-dark",
-- color_scheme = "iceberg-dark",
color_scheme = "catppuccin-latte",
use_fancy_tab_bar = false,
tab_bar_at_bottom = true,
window_background_opacity = 0.85,