feat: add Spacedust theme
This commit is contained in:
parent
b53d024dfe
commit
803da089c5
3 changed files with 6 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue