f0510
A soft, elegant dark VS Code theme for developers who love pink.
Features
- Dark‑first UI with plum background
- Soft pink, lavender, mint, peach accents
- Consistent syntax highlighting across many languages
- Comfortable contrast for long coding sessions
- Elegant, feminine, premium look without neon flash
Preview

Installation
From Marketplace (after you publish):
- Open Extensions view (
Ctrl+Shift+X).
- Search f0510.
- Click Install.
From local .vsix:
code --install-extension f0510-1.0.0.vsix
Supported Languages
JavaScript, TypeScript, JSX, TSX, HTML, CSS, SCSS, JSON, JSONC, Markdown, Python, Java, C#, C++, C, Rust, Go, PHP, SQL, YAML, Bash, Dockerfile, GraphQL and others (via TextMate scopes).
Recommended Settings (optional)
{
"editor.semanticHighlighting.enabled": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true
}
Development
npm install -g @vscode/vsce
vsce package
Produces f0510-1.0.0.vsix.
License
MIT License