feat: add tokyo night themes

This commit is contained in:
CJ van den Berg 2024-02-18 23:37:30 +01:00
parent d268baa972
commit ab24c12c24
4 changed files with 13 additions and 0 deletions

View file

@ -57,4 +57,7 @@ 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, "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");
}