Skip to main content

load_theme

Function load_theme 

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

Load and activate a theme from an explicit file path.

ยงErrors

Returns an error when the theme file cannot be read or parsed.