mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 16:38:06 +00:00
Add new themes to unit test
Branch: add_gruvbox_theme
This commit is contained in:
parent
611c6e9c74
commit
2461d22212
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ fn all_themes_are_present() {
|
||||||
"ansi-dark",
|
"ansi-dark",
|
||||||
"ansi-light",
|
"ansi-light",
|
||||||
"base16",
|
"base16",
|
||||||
|
"gruvbox",
|
||||||
|
"gruvbox-light",
|
||||||
|
"gruvbox-white",
|
||||||
"zenburn"
|
"zenburn"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue