pub fn load_by_name(name: &str) -> Option<Theme>
Load a builtin theme by name.
Returns None if the name is not a builtin theme.
None