Add support for applying theme after extension is installed (#9529)

Release Notes:

- Added support for opening the theme selector with installed themes
after installing an extension containing themes.
([#9228](https://github.com/zed-industries/zed/issues/9228)).

<img width="1315" alt="Screenshot 2024-03-20 at 11 00 35 AM"
src="https://github.com/zed-industries/zed/assets/1486634/593389b3-eade-4bce-ae17-25c02a074f21">

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Jason Lee 2024-03-20 23:13:58 +08:00 committed by GitHub
parent 6cec389125
commit 269d2513ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 102 additions and 16 deletions

2
Cargo.lock generated
View file

@ -3528,6 +3528,7 @@ dependencies = [
"settings",
"smallvec",
"theme",
"theme_selector",
"ui",
"util",
"workspace",
@ -9619,6 +9620,7 @@ dependencies = [
"gpui",
"log",
"picker",
"serde",
"settings",
"theme",
"ui",