feat: add ethereal theme

This commit is contained in:
CJ van den Berg 2025-12-03 18:15:05 +01:00
parent 638f6f95c3
commit 26cd364560
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 0 deletions

View file

@ -227,6 +227,7 @@ fn add_themes(b: *std.Build, exe: anytype) void {
.{ "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" }, .{ "alabaster", "theme/alabaster-color-theme.json" },
.{ "ethereal", "themes/ethereal-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]);

View file

@ -95,6 +95,10 @@
.url = "git+https://github.com/tonsky/vscode-theme-alabaster?ref=master#bb740b616fe4a573154ae94c6ef4671ee4d21f1e", .url = "git+https://github.com/tonsky/vscode-theme-alabaster?ref=master#bb740b616fe4a573154ae94c6ef4671ee4d21f1e",
.hash = "N-V-__8AAIh5AwAsHFYIJI8OPGglReL5hjeR4CN6MkG8T2Ec", .hash = "N-V-__8AAIh5AwAsHFYIJI8OPGglReL5hjeR4CN6MkG8T2Ec",
}, },
.theme_ethereal = .{
.url = "git+https://github.com/bjarneo/ethereal-vscode.git?ref=main#056e596b48f13306b366b8ca7a70326a924a9cff",
.hash = "N-V-__8AAHRcEwAAvSM_ODzsp-La1PE4Ydrg8MR827anf94J",
},
.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",

View file

@ -49,6 +49,7 @@ pub const theme_files = [_]theme_file{
THEME("themes/Hypersubatomic-color-theme.json"), THEME("themes/Hypersubatomic-color-theme.json"),
THEME("themes/kanagawa-wave-color-theme.json"), THEME("themes/kanagawa-wave-color-theme.json"),
THEME("themes/kanagawa-dragon-color-theme.json"), THEME("themes/kanagawa-dragon-color-theme.json"),
THEME("themes/ethereal-color-theme.json"),
// base16 collection dark // base16 collection dark