fix: remove broken spacedust theme

This commit is contained in:
CJ van den Berg 2025-01-14 19:41:45 +01:00
parent 0c2a187c60
commit 69c8d2791a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 0 additions and 6 deletions

View file

@ -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");