pub fn load_theme_file<P: AsRef<Path>>(filename: P) -> Result<Theme, Error>
Available on crate feature toml only.
Expand description

Loads a theme from file.

Must have the toml feature enabled.