Function find_theme_file_path
Source pub fn find_theme_file_path(project_dir: &Path) -> Option<PathBuf>
Expand description
Find the path to theme.dampen in a project directory.
Searches in order:
src/ui/theme/theme.dampen
§Arguments
project_dir - The root directory of the Dampen project
§Returns
The path to theme.dampen if found, None otherwise