pub fn find_theme(name: &str) -> Result<PathBuf>
Find a theme by name (with or without .toml extension).
.toml
Searches for <name>.toml in the themes directory. Returns the full path if found.
<name>.toml