About
Aura Dark is a deep purple dark theme built for developers who spend long hours in their editor.
Every color means something specific — keywords, functions, strings, properties all have their own distinct color so your eye finds what it needs without thinking. The background #1E1F29 is warm enough to feel comfortable after hour four, without being so dark it strains your eyes.
Covers 35+ languages with dedicated rules for each one — TypeScript, Python, Rust, Go, HTML, CSS, Docker, SQL, and many more.
Screenshots
TypeScript & React

HTML

Python

Color System
| Color |
Hex |
Role |
| 🟣 Purple |
#C792EA |
Keywords · Cursor · Active UI |
| 🔵 Periwinkle |
#82AAFF |
Functions · Methods |
| 🔵 Blue |
#61AFEF |
Built-ins · Support |
| 🟢 Sage Green |
#C3E88D |
Strings · Template literals |
| 🟡 Warm Gold |
#FFCB6B |
Classes · Types |
| 🟡 Amber |
#FFD580 |
Interfaces · Decorators |
| 🩵 Mint Teal |
#7FDBCA |
Properties · Object keys |
| 🩵 Cyan |
#89DDFF |
Operators · Punctuation |
| 🟠 Peach |
#F78C6C |
Numbers · Constants |
| 🔴 Rose |
#F07178 |
HTML tags · Errors |
| 💜 Violet |
#9B8FEF |
CSS pseudo · Regex |
| ⬛ Slate |
#6B7A99 |
Comments |
Languages
Frontend
TypeScript · JavaScript · React JSX/TSX · HTML · CSS · SCSS · Vue · Svelte · GraphQL · MDX · Astro
Backend
Python · Java · Go · Rust · PHP · C# · Kotlin · Swift · Ruby · Dart · Scala · R · Zig · Lua · C/C++
Database & ORM
SQL · Prisma · GraphQL
DevOps & Config
Docker · Shell/Bash · Terraform · YAML · JSON · TOML · .env · Nginx · Kubernetes · GitHub Actions
Systems & Docs
Solidity · GLSL · WGSL · Regex · Markdown · Git Diff
Recommended Settings
{
"editor.fontFamily": "JetBrains Mono, Fira Code, monospace",
"editor.fontSize": 14,
"editor.lineHeight": 1.75,
"editor.fontLigatures": true,
"editor.cursorStyle": "line-thin",
"editor.cursorBlinking": "expand",
"editor.smoothScrolling": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme",
"editor.semanticHighlighting.enabled": true
}
Font tip: JetBrains Mono is free and pairs perfectly with Aura Dark.
Semantic Highlighting
For the best TypeScript and JavaScript experience:
"editor.semanticHighlighting.enabled": true
Installation
- Open Extensions
Cmd+Shift+X / Ctrl+Shift+X
- Search Aura Dark
- Click Install
- Press
Cmd+K Cmd+T / Ctrl+K Ctrl+T → select Aura Dark
Feedback
Found a language that looks off? Open an issue — every report gets a response.
MIT License · Every color is intentional. Every language is covered.