Neon Grid
A cyberpunk theme: dark grid surfaces, electric-cyan primary, and sharp mono type for hacker dashboards and dev tools.
Build something people love.
A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.
Color system
Click any swatch to copy. Contrast graded against WCAG.
Typography
Body sample. Space Grotesk carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.
Radius, shadow & fonts
Components
Real UI rendered with this theme's tokens.
A surface for grouping content, with the theme's border, radius, and shadow.
Principles, guidelines & component specs
Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.
Do
- •Let cyan glow against deep cool-black surfaces.
- •Use mono type and sharp corners for a technical feel.
Don't
- •Don't over-apply the neon — restraint keeps the glow.
- •Don't warm up the palette.
- •Snappy, glitch-fast motion fits the cyberpunk tone.
Hover to feel this theme's base transition.
Lucide · 1.75px stroke · 1rem. Outline icons with a consistent stroke width; size icons to match adjacent text and align them optically.
- Never use color as the only signal — pair it with text, an icon, or a shape.
- Every interactive element must be keyboard reachable and show a visible focus ring.
- Honor prefers-reduced-motion: reduce by disabling non-essential animation.
- Keep a logical heading order and give every form control a label.
Button
| Background | var(--primary) |
| Text | var(--primary-foreground) |
| Radius | 0.25rem |
| Padding | 0 1rem |
| Height | 2.5rem |
| Weight | 600 |
Badge
| Background | var(--accent) / var(--primary) |
| Text | var(--accent-foreground) / var(--primary-foreground) |
| Radius | 0.125rem |
| Padding | 0.15rem 0.55rem |
| Font size | 0.72rem |
| Weight | 600 |
Use for status, counts, and short labels. Keep to one or two words.
Alert
| Radius | 0.375rem |
| Padding | 1rem 1.25rem |
| Border | 1px solid var(--border) |
Always pair the color with an icon and a text label — never rely on color alone.
Form field
| Background | var(--background) |
| Border | 1px solid var(--input) |
| Radius | 0.25rem |
| Height | 2.5rem |
| Padding | 0.5rem 0.75rem |
Label sits above the field; helper or error text sits below.
Card
| Background | var(--card) |
| Text | var(--card-foreground) |
| Border | 1px solid var(--border) |
| Radius | 0.375rem |
| Padding | 1.25rem |
| Shadow | 0 0 24px -4px rgba(34,211,238,0.30) |
The design brief
Neon Grid is a cyberpunk design system: near-black grid surfaces, an electric-cyan primary, and sharp monospace type. Built for hacker dashboards, dev tools, and tech brands that want edge.
Principles
- Cyan glows against deep, cool-black surfaces.
- Sharp radii and mono type read as technical and precise.
- Reserve the neon for emphasis — too much glow loses impact.
When to use
Use Neon Grid for developer tools, security/observability dashboards, and tech-forward brands. Avoid it for warm consumer or editorial contexts.
Signature details
- Electric cyan
#22d3eeaccent on near-black grids. - Space Grotesk + Fira Code, 0.25rem radius.
Use this with your AI
Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.
Export tokens
Drop straight into your codebase.
:root {
--radius: 0.25rem;
--background: #ffffff;
--foreground: #0a1820;
--card: #ffffff;
--card-foreground: #0a1820;
--popover: #ffffff;
--popover-foreground: #0a1820;
--primary: #0e7490;
--primary-foreground: #ffffff;
--secondary: #ecfeff;
--secondary-foreground: #0a1820;
--muted: #eef4f6;
--muted-foreground: #496573;
--accent: #cffafe;
--accent-foreground: #155e75;
--destructive: #dc2626;
--destructive-foreground: #ffffff;
--border: #dbe6ea;
--input: #dbe6ea;
--ring: #0e7490;
--shadow-sm: 0 1px 2px rgba(0,0,0,0.40);
--shadow-md: 0 0 24px -4px rgba(34,211,238,0.30);
--shadow-lg: 0 0 48px -8px rgba(34,211,238,0.40);
--font-sans: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
--font-mono: 'Fira Code', ui-monospace, SFMono-Regular, monospace;
--ease-standard: cubic-bezier(0.4,0,0.2,1);
--ease-emphasized: cubic-bezier(0.16,1,0.3,1);
--duration-base: 200ms;
}
.dark {
--background: #050b14;
--foreground: #d6f5fb;
--card: #0a1622;
--card-foreground: #d6f5fb;
--popover: #0a1622;
--popover-foreground: #d6f5fb;
--primary: #22d3ee;
--primary-foreground: #042f2e;
--secondary: #0f1f2e;
--secondary-foreground: #d6f5fb;
--muted: #0f1f2e;
--muted-foreground: #7fa8bb;
--accent: #0e4a5a;
--accent-foreground: #cffafe;
--destructive: #fb7185;
--destructive-foreground: #450a0a;
--border: #163041;
--input: #163041;
--ring: #22d3ee;
}More designs
Bauhaus
A geometric theme: primary red-blue-yellow, hard edges, and grotesk type for bold, design-forward marketing and portfolios.
Holographic
An iridescent glass theme: violet-to-aqua sheen, frosted surfaces, and soft glow for futuristic, premium product UIs.
Cosmic
A deep-space theme: violet-on-midnight, nebula accents, and luminous type for AI, astronomy, and dark-first product UIs.