add theme testbench command
This commit is contained in:
parent
56f9543a95
commit
db5c83eb36
11 changed files with 729 additions and 44 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue