Skip to main content

load_user_themes

Function load_user_themes 

Source
pub fn load_user_themes(config_dir: &Path) -> Vec<(String, Theme)>
Expand description

Load user-defined themes from config_dir/themes/*.toml. Returns (filename_stem, Theme) pairs. The caller is responsible for merging these into the main theme list.