1//! A Rust representation of a [Visual Studio Code](https://code.visualstudio.com/) theme. 2 3mod generated; 4mod serde; 5 6pub use generated::*;