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

@ -860,7 +860,7 @@ impl AppState {
let client = Client::new(http_client.clone());
let project_store = cx.add_model(|_| ProjectStore::new(project::Db::open_fake()));
let user_store = cx.add_model(|cx| UserStore::new(client.clone(), http_client, cx));
let themes = ThemeRegistry::new((), cx.font_cache().clone());
let themes = ThemeRegistry::new((), cx.font_cache().clone(), false);
Arc::new(Self {
client,
themes,