[][src]Function cursive::theme::load_theme_file

pub fn load_theme_file<P>(filename: P) -> Result<Theme, Error> where
    P: AsRef<Path>, 

Loads a theme from file.

Must have the toml feature enabled.