yazi/yazi-config/src/theme/mod.rs
2023-10-22 16:34:20 +08:00

11 lines
150 B
Rust

mod color;
mod filetype;
mod icon;
mod style;
mod theme;
pub use color::*;
pub use filetype::*;
pub use icon::*;
pub use style::*;
pub use theme::*;