Function cursive_core::theme::load_theme_file[][src]

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

Loads a theme from file and sets it as active.

Must have the toml feature enabled.