From 638f6f95c391420f0f140599ed5f87cc37834559 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 16 Oct 2025 12:38:22 +0200 Subject: [PATCH] feat: add alabaster theme --- build.zig | 1 + build.zig.zon | 4 ++++ src/theme_files.zig | 1 + 3 files changed, 6 insertions(+) diff --git a/build.zig b/build.zig index 79bded4..db8c83a 100644 --- a/build.zig +++ b/build.zig @@ -226,6 +226,7 @@ fn add_themes(b: *std.Build, exe: anytype) void { .{ "base16", "themes/unikitty-dark.json" }, .{ "base16", "themes/unikitty-light.json" }, .{ "base16", "themes/woodland-dark.json" }, + .{ "alabaster", "theme/alabaster-color-theme.json" }, }; inline for (theme_list) |list| { theme_file(b, exe, list[0], list[1]); diff --git a/build.zig.zon b/build.zig.zon index 052e87f..dcd8a38 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -91,6 +91,10 @@ .url = "https://github.com/pzinovkin/base16-vscode/archive/f25f8495f50ef4481920ff3db7efec3f28b9fb2f.tar.gz", .hash = "1220a66a6ef581de3f480883b11bf049956ca0b2130b14a84a7f1b8ca05123088794", }, + .theme_alabaster = .{ + .url = "git+https://github.com/tonsky/vscode-theme-alabaster?ref=master#bb740b616fe4a573154ae94c6ef4671ee4d21f1e", + .hash = "N-V-__8AAIh5AwAsHFYIJI8OPGglReL5hjeR4CN6MkG8T2Ec", + }, .cbor = .{ .url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0", .hash = "cbor-1.0.0-RcQE_AswAQAPlqBCZXYQf9DZXn-0Ubt8Mk03ZcJWcsAG", diff --git a/src/theme_files.zig b/src/theme_files.zig index cb68e16..336b2e0 100644 --- a/src/theme_files.zig +++ b/src/theme_files.zig @@ -148,6 +148,7 @@ pub const theme_files = [_]theme_file{ THEME("themes/everforest-light.json"), THEME("themes/latte.json"), THEME("themes/kanagawa-lotus-color-theme.json"), + THEME("theme/alabaster-color-theme.json"), // base16 collection light