add gruvbox material theme
This commit is contained in:
parent
803da089c5
commit
27d85a3203
3 changed files with 8 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue