feat: add starfall theme
Some checks are pending
Release tarball / release_tarball (push) Waiting to run
Some checks are pending
Release tarball / release_tarball (push) Waiting to run
This commit is contained in:
parent
32b5be45c4
commit
80ac47f701
3 changed files with 6 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
.{ "kanso", "themes/kanso-ink.json" },
|
||||
.{ "kanso", "themes/kanso-mist.json" },
|
||||
.{ "kanso", "themes/kanso-pearl.json" },
|
||||
.{ "starfall", "themes/starfall-color-theme.json"},
|
||||
};
|
||||
inline for (theme_list) |list| {
|
||||
theme_file(b, exe, list[0], list[1]);
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@
|
|||
.url = "git+https://github.com/neurocyte/cbor?ref=master#66c28df31b8e4448dac7edf063417f2234d6f3c9",
|
||||
.hash = "cbor-1.1.0-RcQE_DZMAQBg77bTLWHEMF7QSF2lWUudUbarD9xC5yVJ",
|
||||
},
|
||||
.theme_starfall = .{
|
||||
.url = "git+https://github.com/chandan00761/starfall-visual-studio-code?ref=main#ec8d12a160042dea53b651d507fcb41f118fb87c",
|
||||
.hash = "N-V-__8AADJTUQAu-OzC23GuzN_not1GCjo-nEK0kXbtoB7y",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ pub const theme_files = [_]theme_file{
|
|||
THEME("themes/kanso-ink.json"),
|
||||
THEME("themes/kanso-mist.json"),
|
||||
THEME("editors/visual-studio-code/themes/selenized-dark.json"),
|
||||
THEME("themes/starfall-color-theme.json"),
|
||||
|
||||
// base16 collection dark
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue