feat(colors): Default to catppuccin latte/mocha and some switcher

This commit is contained in:
js0ny 2025-04-15 09:41:09 +01:00
parent 2273b15416
commit 94461cdebb
32 changed files with 2487 additions and 1348 deletions

View file

@ -18,7 +18,8 @@ local function scheme_for_appearance(appearance)
return "Catppuccin Mocha"
else
print("Light")
return "rose-pine-dawn"
return "Catppuccin Latte"
-- return "rose-pine-dawn"
end
end