Code in Neon Dreams

Beautiful developer themes with balanced neon colors and pastel variants - optimized for Cursor IDE and all programming languages.

example.ts
app.js
config.json
1 // Neon Dreams Theme Showcase
2 import { Component, useState } from 'react';
3
4 interface User {
5 id: number;
6 name: string;
7 email: string;
8 }
9
10 const UserCard = ({ user }: { user: User }) => {
11 const [isActive, setIsActive] = useState(true);
12
13 return (
14 <div className="user-card">
15 <h3>{user.name}</h3>
16 <p>{user.email}</p>|

Beautiful by Design

🎯

Cursor Optimized

Special chat component colors and enhanced inlay hints optimized for Cursor's AI features and modern development workflow.

🌈

Balanced Colors

Carefully crafted pink/purple core with complementary blues, teals, and warm tones for optimal readability and eye comfort.

🔧

All Languages

Full support for JavaScript, TypeScript, Python, CSS, JSON, Markdown, HTML, JSX/TSX, and more with semantic highlighting.

✨

Two Variants

Choose between vibrant Neon Dreams or softer Neon Dreams Pastel - both maintaining perfect contrast and readability.

🎨

Modern UI

Beautiful bracket pair colorization, git integration, and responsive design that works across all VS Code interfaces.

âš¡

Developer Focus

Clear error indicators, enhanced diagnostics, and thoughtful color choices that reduce eye strain during long coding sessions.