feat: add adwaita themes

This commit is contained in:
CJ van den Berg 2024-05-15 22:55:55 +02:00
parent 63ee1e364e
commit 0386d791da
3 changed files with 8 additions and 0 deletions

View file

@ -72,4 +72,6 @@ fn add_themes(b: *std.Build, exe: anytype) void {
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");
theme_file(b, exe, "adwaita", "themes/adwaita-dark.json");
theme_file(b, exe, "adwaita", "themes/adwaita-light.json");
}