Finished internal themes

This commit is contained in:
Mikayla Maki 2022-09-08 15:06:08 -07:00
parent 3171a0c312
commit d881320345
8 changed files with 17 additions and 7 deletions

View file

@ -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!(),