feat: add Spacedust theme

This commit is contained in:
CJ van den Berg 2024-08-06 22:20:06 +02:00
parent b53d024dfe
commit 803da089c5
3 changed files with 6 additions and 0 deletions

View file

@ -77,4 +77,5 @@ 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");
}