Skip to main content

find_theme

Function find_theme 

Source
pub fn find_theme(name: &str) -> Result<PathBuf>
Expand description

Find a theme by name (with or without .toml extension).

Searches for <name>.toml in the themes directory. Returns the full path if found.