feat: add tokyo night themes
This commit is contained in:
parent
d268baa972
commit
ab24c12c24
4 changed files with 13 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue