zed/crates/theme2/src/styles.rs

12 lines
158 B
Rust
Raw Normal View History

2023-11-13 17:44:50 +00:00
mod colors;
mod players;
2023-11-13 17:09:31 +00:00
mod status;
2023-11-13 17:44:50 +00:00
mod syntax;
mod system;
2023-11-13 17:09:31 +00:00
2023-11-13 17:44:50 +00:00
pub use colors::*;
pub use players::*;
pub use status::*;
pub use syntax::*;
pub use system::*;