feat: add alabaster theme
This commit is contained in:
parent
8dcf0ab7f4
commit
638f6f95c3
3 changed files with 6 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
||||||
.{ "base16", "themes/unikitty-dark.json" },
|
.{ "base16", "themes/unikitty-dark.json" },
|
||||||
.{ "base16", "themes/unikitty-light.json" },
|
.{ "base16", "themes/unikitty-light.json" },
|
||||||
.{ "base16", "themes/woodland-dark.json" },
|
.{ "base16", "themes/woodland-dark.json" },
|
||||||
|
.{ "alabaster", "theme/alabaster-color-theme.json" },
|
||||||
};
|
};
|
||||||
inline for (theme_list) |list| {
|
inline for (theme_list) |list| {
|
||||||
theme_file(b, exe, list[0], list[1]);
|
theme_file(b, exe, list[0], list[1]);
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,10 @@
|
||||||
.url = "https://github.com/pzinovkin/base16-vscode/archive/f25f8495f50ef4481920ff3db7efec3f28b9fb2f.tar.gz",
|
.url = "https://github.com/pzinovkin/base16-vscode/archive/f25f8495f50ef4481920ff3db7efec3f28b9fb2f.tar.gz",
|
||||||
.hash = "1220a66a6ef581de3f480883b11bf049956ca0b2130b14a84a7f1b8ca05123088794",
|
.hash = "1220a66a6ef581de3f480883b11bf049956ca0b2130b14a84a7f1b8ca05123088794",
|
||||||
},
|
},
|
||||||
|
.theme_alabaster = .{
|
||||||
|
.url = "git+https://github.com/tonsky/vscode-theme-alabaster?ref=master#bb740b616fe4a573154ae94c6ef4671ee4d21f1e",
|
||||||
|
.hash = "N-V-__8AAIh5AwAsHFYIJI8OPGglReL5hjeR4CN6MkG8T2Ec",
|
||||||
|
},
|
||||||
.cbor = .{
|
.cbor = .{
|
||||||
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",
|
.url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0",
|
||||||
.hash = "cbor-1.0.0-RcQE_AswAQAPlqBCZXYQf9DZXn-0Ubt8Mk03ZcJWcsAG",
|
.hash = "cbor-1.0.0-RcQE_AswAQAPlqBCZXYQf9DZXn-0Ubt8Mk03ZcJWcsAG",
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,7 @@ pub const theme_files = [_]theme_file{
|
||||||
THEME("themes/everforest-light.json"),
|
THEME("themes/everforest-light.json"),
|
||||||
THEME("themes/latte.json"),
|
THEME("themes/latte.json"),
|
||||||
THEME("themes/kanagawa-lotus-color-theme.json"),
|
THEME("themes/kanagawa-lotus-color-theme.json"),
|
||||||
|
THEME("theme/alabaster-color-theme.json"),
|
||||||
|
|
||||||
// base16 collection light
|
// base16 collection light
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue