fix: remove broken spacedust theme
This commit is contained in:
parent
0c2a187c60
commit
69c8d2791a
3 changed files with 0 additions and 6 deletions
|
|
@ -79,7 +79,6 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
theme_file(b, exe, "everforest", "themes/everforest-dark.json");
|
||||
theme_file(b, exe, "everforest", "themes/everforest-light.json");
|
||||
theme_file(b, exe, "nord", "themes/nord-color-theme.json");
|
||||
theme_file(b, exe, "spacedust", "themes/Spacedust-color-theme.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/frappe.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/latte.json");
|
||||
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue