AeroScript is a premium, "antigravity" dark theme specifically engineered for the modern JavaScript web developer. It moves away from harsh contrasts to embrace a deep, weightless aesthetic that reduces eye strain while making your code logic pulse with energy.
- Kinetic Highlighting: Optimized tokens for
async/await,Promises, andArrow Functions. - The Glow Effect: Active indentation guides and matching brackets glow with a "Cyber Cyan" pulse.
- Full Web Suite: Deep support for HTML5, CSS3/SCSS, JSON, and TypeScript.
- Weightless UI: Minimalist borders and a "Deep Void" background (
#160101a6) for maximum focus.
| Role | Color | Hex |
|---|---|---|
| Background | Deep Red Void | #160101 |
| Logic/Keywords | Nebula Purple | #C792EA |
| Flow Control | Ion Cyan | #00F0FF |
| Functions | Floating Blue | #82AAFF |
| Data/Strings | Bio-Luminescence | #C3E88D |
- Open Visual Studio Code
- Go to Extensions (Ctrl+Shift+X)
- Search for
AeroScript(or install via VSIX) - Click Install
- Select
Color Theme > AeroScript
For the full "Antigravity" experience, add these to your settings.json:
{
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', monospace",
"editor.fontLigatures": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active"
}