load_theme

Function load_theme 

Source
pub fn load_theme(path: &Path) -> Result<(), ThemeError>
Expand description

Load and set a theme from a file path.

ยงErrors

Returns an error if the theme file cannot be loaded or parsed.