eva genesis
eva genesis
Screenshots
Reviews (0)
Loading reviews...
Screenshots
Loading reviews...
Canon-accurate Evangelion design system — 6 switchable unit themes, NERV HQ interfaces, MAGI voting, AT Field effects, 15 components, 80+ OKLCH tokens.
EVA GENESIS PRO is a comprehensive design system forged from the actual Neon Genesis Evangelion anime palette. Every color is canon-sourced. Every component is NERV HQ-accurate. Includes:
myclaude install eva-genesis
After installation, the design system is available at myclaude-products/eva-genesis/.
Also compatible with: Any Agent Skills-compliant platform (Cursor, Codex, Gemini CLI, Copilot, and 30+ more).
// tailwind.config.ts
import evaPreset from './eva-genesis/exports/tailwind-preset'
export default { presets: [evaPreset] }
@import './eva-genesis/exports/css-variables.css';
Add to your project's CLAUDE.md:
## Design System: EVA GENESIS
Read tokens from eva-genesis/tokens/ before building any UI.
Colors: semantic tokens only (primary, surface, on-surface — never raw oklch).
Fonts: font-display for headers, font-sans for body, font-mono for data.
Motion: Framer Motion with ease-nerv curve.
Dark mode only — no light mode.
See examples/examples.md for full implementation examples:
Primitive → Semantic → Component
(raw values) (role-based) (context-specific)
void-950 → surface → card-background
eva-purple-500 → primary → button-primary-bg
Always reference semantic tokens in code. Never use primitives directly.
Version: 2.0.0 | License: Proprietary | Author: @darwim
<sub>Quality-validated by MyClaude Studio Engine | Browse marketplace</sub>
Canon-accurate Evangelion design system — 6 EVA unit themes, NERV HQ interfaces, MAGI voting, AT Field effects, Pattern Blue alerts, 15 components, 80+ OKLCH.
Design Systems→myclaude-products/eva-genesis/
One command. No config.