Skip to content

Commit

Permalink
feat: add Spacedust theme
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Aug 6, 2024
1 parent b53d024 commit 803da08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
4 changes: 4 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/theme_files.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 803da08

Please sign in to comment.