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

Loads a theme from file.

Must have the toml feature enabled.