Themes

Create custom themes by overriding CSS variables:

/* Custom cyberpunk theme */ :root { --color-primary: #ff0080; --color-secondary: #00ff41; --color-bg: #0a0a0a; --neon-glow: #ff0080; }
🚧 Documentation Always Improving 🚧

Back to Top |Home |GitHub

000123