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.

Converts name to kebab-case and searches for <name>.toml in the themes directory. Returns the full path if found.