Add catppuccin theme

This commit is contained in:
Cinition 2024-10-23 13:48:10 +02:00 committed by CJ van den Berg
parent 163188fc14
commit 08c07e21c4
3 changed files with 12 additions and 0 deletions

View file

@ -43,6 +43,9 @@ pub const theme_files = [_]theme_file{
THEME("themes/everforest-dark.json"),
THEME("themes/nord-color-theme.json"),
THEME("themes/Spacedust-color-theme.json"),
THEME("frappe.json"),
THEME("macchiato.json"),
THEME("mocha.json"),
// light themes
@ -62,6 +65,7 @@ pub const theme_files = [_]theme_file{
THEME("themes/rose-pine-dawn-color-theme.json"),
THEME("themes/adwaita-light.json"),
THEME("themes/everforest-light.json"),
THEME("latte.json"),
};
fn THEME(comptime file_path: []const u8) theme_file {