Add One Dark Pro theme

This commit is contained in:
CJ van den Berg 2024-02-20 19:32:01 +01:00
parent 9ee6d7bc28
commit 62f09365e3
3 changed files with 6 additions and 0 deletions

View file

@ -66,4 +66,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
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");
}