AirA VS Code + Cursor port of JetBrains Air — a calm theme family with lavender keywords, pink strings, amber numbers, and green function params.
Features
InstallVS Code
Or via CLI:
CursorCursor pulls extensions from Open VSX. Same flow: open the Extensions panel, search
Manual (
|
| Color | Role |
|---|---|
#D6D6DD |
Default fg — variables, punctuation, identifiers |
#A8CC7C |
Function params (at declaration) |
#82D2CE |
Storage/keywords, types, booleans, markdown list markers |
#AAA0FA |
const/let declarations, imports, markdown headings |
#F8C762 |
Functions, invocations, bold |
#EFB080 |
Classes, type names, namespaces |
#E394DC |
Strings, markdown link parens |
#87C3FF |
CSS properties, support classes |
#EBC88D |
Numbers |
#CC7C8A |
this / self |
Editor background: #18191B.
Air light
| Color | Role |
|---|---|
#1F2024 |
Default fg |
#4E7A2A |
Function params |
#1F7F78 |
Storage/keywords, types, booleans |
#5A4ECF |
Declarations, imports, markdown headings |
#8D6B1F |
Functions, invocations, bold |
#A85A29 |
Classes, type names, namespaces |
#B03A88 |
Strings, markdown link parens |
#0E5FA8 |
CSS properties, support classes |
#8F6614 |
Numbers |
#A54553 |
this / self |
Editor background: #FBFBFC.
Development
npm run dev # launch VS Code with the extension loaded
npm run dev:insiders # VS Code Insiders
npm run package # build .vsix
npm run install:local # package + install into VS Code
See scripts/ for release automation and RELEASING.md for the publish flow.
Credits
Inspired by JetBrains Air.
