Skip to main content

find_theme_file_path

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:

  1. 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