feat: add Rosé Pine themes
This commit is contained in:
parent
96d76e5a3c
commit
ecd690a090
3 changed files with 14 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue