add theme testbench command

This commit is contained in:
K Simmons 2022-09-21 15:57:39 -07:00
parent 56f9543a95
commit db5c83eb36
11 changed files with 729 additions and 44 deletions

View file

@ -119,6 +119,7 @@ fn main() {
search::init(cx);
vim::init(cx);
terminal::init(cx);
theme_testbench::init(cx);
let db = cx.background().block(db);
cx.spawn(|cx| watch_themes(fs.clone(), themes.clone(), cx))