yazi/config/src/theme/mod.rs
2023-08-02 10:29:49 +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::*;