Panda Calibrated Dark Theme
Visuals
Python
TypeScript
Color Palette
| Swatch |
Color Name |
Hex Code |
Visual Role in Code |
| ⬛ |
Panda Canvas |
#242526 |
Main editor background |
| ⬛ |
Panda Trench |
#202122 |
Sidebars, gutters, activity bar |
| ⬛ |
Selection |
#373B41 |
Word & line selections |
| 🌸 |
Neon Blossom |
#FF75B5 |
Control keywords (from, import, if, await, yield) |
| 🪻 |
Panda Lavender |
#B084EB |
Modules, packages, namespaces (contextlib, fastapi) |
| 🍑 |
Golden Peach |
#FFCC95 |
Classes, interfaces, type annotations (FastAPI, AsyncIterator) |
| 🍊 |
Warm Apricot |
#FFB86C |
Function parameters, kwargs (title=), numbers, constants |
| 🐬 |
Panda Sky Blue |
#6FC1FF |
Function declarations, free function calls (init_db()) |
| ⚡ |
Electric Cerulean |
#45A9F9 |
Method calls (app.mount(), logger.info()), builtins |
| 🧊 |
Panda Ice Blue |
#9CDCFE |
Variables, routers (file_router), instances, call arguments |
| 🌷 |
Soft Rose |
#FF9AC1 |
Object properties (.lifespan), storage modifiers (const) |
| 🌿 |
Neon Mint |
#19F9D8 |
Strings, markdown headings, git added lines |
| 🍃 |
Sage Mint |
#7BE6A9 |
Multi-line docstrings ("""...""") |
| 🌺 |
Coral Crimson |
#FF2C6D |
HTML/XML tags, git deleted lines |
| 🪨 |
Comment Slate |
#757B8D |
Comments (italicized) |
Installation
From the Marketplace
- Open Visual Studio Code.
- Press Ctrl + P (or Cmd + P on macOS).
- Paste:
ext install mhabrar.panda-calibrated
- Press Enter.
- Select Panda Calibrated Dark Theme from the theme picker.
Cursor / Antigravity
Both editors install extensions from Open VSX.
- Open the Extensions view (Ctrl + Shift + X).
- Search for Panda Calibrated and click Install.
- Select Panda Calibrated Dark Theme from the theme picker.
From VSIX
code --install-extension panda-calibrated-1.0.0.vsix
cursor --install-extension panda-calibrated-1.0.0.vsix
antigravity --install-extension panda-calibrated-1.0.0.vsix
Recommended Settings
For the best experience, ensure semantic highlighting is enabled in your settings.json:
{
"editor.semanticHighlighting.enabled": true,
"workbench.colorTheme": "Panda Calibrated"
}
Support the Project
If this theme makes your code easier on the eyes, give it a ⭐ on GitHub — it helps others find it.
Spotted a token that looks off or a language that needs love? Open an issue or send a pull request. Contributions of any size are welcome.
License
MIT © 2026 Mahir Hami Abrar
| |