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