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.
Terminal themes
Matching palettes for Ghostty, iTerm2, and Warp live in terminal-themes/.
Ghostty
Copy theme file into Ghostty's themes dir, then reference it in config:
mkdir -p ~/.config/ghostty/themes
cp terminal-themes/ghostty/air-dark ~/.config/ghostty/themes/
cp terminal-themes/ghostty/air-light ~/.config/ghostty/themes/
In ~/.config/ghostty/config:
theme = air-dark
# or: theme = air-light
# or split: theme = light:air-light,dark:air-dark
Reload: Cmd+Shift+, (macOS) or restart Ghostty.
iTerm2
- iTerm2 → Settings → Profiles → Colors
- Color Presets… → Import…
- Pick
terminal-themes/iterm2/air-dark.itermcolors(and/orair-light.itermcolors) - Color Presets… → select air-dark or air-light
Warp
Copy YAML files into Warp's themes dir, then pick from theme picker:
mkdir -p ~/.warp/themes
cp terminal-themes/warp/air-dark.yaml ~/.warp/themes/
cp terminal-themes/warp/air-light.yaml ~/.warp/themes/
Open Warp → Cmd+P → Open Theme Picker → choose Air dark or Air light.
Pair with Air File Icons
Air File Icons (Open VSX · repo) — matching JetBrains Air–inspired file icon theme.
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.
