RecipesGenerate CSS from a theme (Rust)Generate CSS from a theme (Rust) use lumis::themes; let css = themes::get("catppuccin_latte").unwrap().css(true);