zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

title_bar: Remove dependency on `theme_selector` #21009

Closed maxdeviant closed 13 hours ago

maxdeviant commented 13 hours ago

This PR removes the title_bar crate's dependency on the theme_selector.

The theme_selector::Toggle action now resides at zed_actions::theme_selector::Toggle.

Release Notes: