[][src]Function linicon::themes_with_extra_paths

pub fn themes_with_extra_paths(
    extra_search_paths: &[impl AsRef<str>]
) -> Result<Vec<Theme>>

Get metadata about installed themes, with additional search paths.

Will ignore a theme if errors occur getting its metadata.

Errors

The function will return an error if:

  • If the expand-paths feature is enabled, expanding the search paths fails. See shellexpand::full

Note: This function will always return Ok if expand-paths feature is disabled (not on by default)