feat: add Rosé Pine themes

This commit is contained in:
CJ van den Berg 2024-03-08 15:08:44 +01:00
parent 96d76e5a3c
commit ecd690a090
3 changed files with 14 additions and 0 deletions

View file

@ -67,4 +67,9 @@ fn add_themes(b: *std.Build, exe: anytype) void {
theme_file(b, exe, "ayu", "ayu-light.json");
theme_file(b, exe, "ayu", "ayu-light-bordered.json");
theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json");
theme_file(b, exe, "rose_pine", "themes/rose-pine-color-theme.json");
theme_file(b, exe, "rose_pine", "themes/rose-pine-no-italics-color-theme.json");
theme_file(b, exe, "rose_pine", "themes/rose-pine-moon-color-theme.json");
theme_file(b, exe, "rose_pine", "themes/rose-pine-moon-no-italics-color-theme.json");
theme_file(b, exe, "rose_pine", "themes/rose-pine-dawn-color-theme.json");
}