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

View file

@ -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",

View file

@ -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