add gruvbox material theme

This commit is contained in:
xdBronch 2024-10-19 15:04:26 -04:00 committed by CJ van den Berg
parent 803da089c5
commit 27d85a3203
3 changed files with 8 additions and 0 deletions

View file

@ -57,6 +57,8 @@ fn add_themes(b: *std.Build, exe: anytype) void {
theme_file(b, exe, "gruvbox", "themes/gruvbox-light-hard.json");
theme_file(b, exe, "gruvbox", "themes/gruvbox-light-medium.json");
theme_file(b, exe, "gruvbox", "themes/gruvbox-light-soft.json");
theme_file(b, exe, "gruvbox_material", "themes/gruvbox-material-dark.json");
theme_file(b, exe, "gruvbox_material", "themes/gruvbox-material-light.json");
theme_file(b, exe, "tokyo_night", "themes/tokyo-night-storm-color-theme.json");
theme_file(b, exe, "tokyo_night", "themes/tokyo-night-color-theme.json");
theme_file(b, exe, "tokyo_night", "themes/tokyo-night-light-color-theme.json");