diff --git a/build.zig b/build.zig index cd6d7be..77a046e 100644 --- a/build.zig +++ b/build.zig @@ -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"); } diff --git a/build.zig.zon b/build.zig.zon index 8a81efa..f735c75 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -61,6 +61,10 @@ .url = "https://github.com/nordtheme/visual-studio-code/archive/8ead09822c02d0d49d0f764104505e5a34d3689f.tar.gz", .hash = "12200a932586d96e15f5c325b4e671cf18257a0c125e3c5c46cdd18b201e454bf90f", }, + .theme_spacedust = .{ + .url = "https://github.com/wallsified/Spacedust-VSCode/archive/160a0e266a369c336d5393c93decc078c636fc3d.tar.gz", + .hash = "122027fbeddeabd06d699e81c408dadf17d60c5d538e13e7c69f2685ca63262a2bda", + } }, .paths = .{ "build.zig", diff --git a/src/theme_files.zig b/src/theme_files.zig index 2178148..7f5c539 100644 --- a/src/theme_files.zig +++ b/src/theme_files.zig @@ -41,6 +41,7 @@ pub const theme_files = [_]theme_file{ THEME("themes/adwaita-dark.json"), THEME("themes/everforest-dark.json"), THEME("themes/nord-color-theme.json"), + THEME("themes/Spacedust-color-theme.json"), // light themes