Install
openclaw skills install openclaw-skill-vibe-to-code-theme-genGenerates a color palette and CSS variables based on a descriptive atmosphere
openclaw skills install openclaw-skill-vibe-to-code-theme-genVibeTheme generates a color palette and CSS variables based on a descriptive atmosphere.
/vibe_theme generate_theme --vibe "<atmosphere>" [--format css|tailwind|vscode]
| Parameter | Required | Description |
|---|---|---|
vibe | Yes | A descriptive atmosphere to base the color palette on (e.g. "cozy autumn evening", "neon cyberpunk city") |
format | No | Output format: css (default), tailwind, or vscode |
:root { ... } block of CSS custom properties.colors: { ... } object for tailwind.config.js..json structure for VS Code's workbench.colorCustomizations.