feat: add adwaita themes
This commit is contained in:
parent
63ee1e364e
commit
0386d791da
3 changed files with 8 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue