Finished internal themes
This commit is contained in:
parent
3171a0c312
commit
d881320345
8 changed files with 17 additions and 7 deletions
|
@ -5220,7 +5220,7 @@ impl TestServer {
|
|||
user_store: user_store.clone(),
|
||||
project_store: project_store.clone(),
|
||||
languages: Arc::new(LanguageRegistry::new(Task::ready(()))),
|
||||
themes: ThemeRegistry::new((), cx.font_cache()),
|
||||
themes: ThemeRegistry::new((), cx.font_cache(), false),
|
||||
fs: fs.clone(),
|
||||
build_window_options: Default::default,
|
||||
initialize_workspace: |_, _, _| unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue