pub fn find_theme(name: &str) -> Result<PathBuf>
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.
<name>.toml