Returns the CSS class to apply to the body element for this theme. Returns 'codex-{theme}' (e.g., 'codex-orange', 'codex-rainbow') to enable theme-specific styling in CSS.
@override String get bodyClass => 'codex-${theme.name}';