diff --git a/build.zig b/build.zig index 90b463f..1e185c3 100644 --- a/build.zig +++ b/build.zig @@ -65,6 +65,6 @@ fn add_themes(b: *std.Build, exe: anytype) void { theme_file(b, exe, "ayu", "ayu-mirage.json"); theme_file(b, exe, "ayu", "ayu-mirage-bordered.json"); theme_file(b, exe, "ayu", "ayu-light.json"); - theme_file(b, exe, "ayu", "ayu-light-bordered.json"); - theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json"); + theme_file(b, exe, "ayu", "ayu-light-bordered.json"); + theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json"); }