Skip to main content

list_themes_from_dirs

Function list_themes_from_dirs 

Source
pub fn list_themes_from_dirs(dirs: &[(PathBuf, bool)]) -> Vec<ThemeMeta>
Expand description

Scan directories for .toml theme files and return metadata for each.

Directories are checked in order; later entries override earlier ones by ID. Each entry in dirs is (path, is_custom).