Skip to main content

load_all_from_theme_dir

Function load_all_from_theme_dir 

Source
pub fn load_all_from_theme_dir() -> Result<Vec<Theme>>
Expand description

Load all locally installed themes from the shared theme directory.

Returns raw tca_types::Theme values. Entries that cannot be read or parsed are skipped with a message to stderr.