tdesktop-theme-rs
A Rust crate for parsing and serialization of .tdesktop-theme
and
.tdesktop-palette
files.
Add this in your Cargo.toml
:
```toml [dependencies]
tdesktop_theme = { git = "https://gitlab.com/SnejUgal/tdesktop-theme-rs.git" } ```
See the [tests
] directory for examples.