feat: add gruvbox themes
This commit is contained in:
parent
f821a416aa
commit
d268baa972
3 changed files with 16 additions and 0 deletions
|
|
@ -51,4 +51,10 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
|||
theme_file(b, exe, "CRT", "themes/CRT-Gray-color-theme.json");
|
||||
theme_file(b, exe, "CRT", "themes/CRT-Green-color-theme.json");
|
||||
theme_file(b, exe, "CRT", "themes/CRT-Paper-color-theme.json");
|
||||
theme_file(b, exe, "gruvbox", "themes/gruvbox-dark-hard.json");
|
||||
theme_file(b, exe, "gruvbox", "themes/gruvbox-dark-medium.json");
|
||||
theme_file(b, exe, "gruvbox", "themes/gruvbox-dark-soft.json");
|
||||
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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue