This PR decouples the `theme_importer` from the `theme` and `gpui` crates. We achieve this by inlining all of the relevant bits needed to deserialize Zed1 themes. This will allow us to continue to import Zed1 themes after we land #3862. Release Notes: - N/A
5 lines
53 B
Rust
5 lines
53 B
Rust
mod converter;
|
|
pub mod theme;
|
|
|
|
pub use converter::*;
|