pub fn from_name(name: &str) -> Theme
Resolve a theme name to a Theme. Unknown names fall back to the default palette with a single tracing warning so the operator notices the typo without the binary refusing to start.
Theme