Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ZafiroNew to Visual Studio Code? Get it now.
Zafiro

Zafiro

zynq

|
3 installs
| (0) | Free
A versatile collection of carefully crafted color themes for Visual Studio Code, designed for a clean, comfortable, and customizable coding experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zafiro Theme

GitHub Repository

Language: 🇺🇸 English · 🇪🇸 Español

A dark color theme for Visual Studio Code with a crimson background and a high-contrast palette for VS Code.

VS Code Marketplace

Donations

If you like Zafiro Theme and would like to support its development, you can donate through PayPal or Cryptocurrency.

💙 PayPal

Donate with PayPal

Every donation is greatly appreciated and helps support the continued development. ❤️

Screenshots

ZafiroDark

Screenshot

ZafiroPurple

Screenshot

ZafiroProto

Screenshot

Markdown Preview Style

Screenshot

I highly recommend installing the Color Highlight extension.

Suggested Editor Settings

"editor.fontSize": 20,
"editor.lineHeight": 30,
"editor.fontFamily": "JetBrains Mono",

JetBrains Mono Download: https://www.jetbrains.com/lp/mono

Code Example Colors

Screenshot

Screenshot

Screenshot

Donation

If you like this extension, you can support its development with a donation.

Python & Pylance Users

For Python users, I recommend using the Pylance extension for fast, feature-rich language support.

The Scope Inspector tool allows you to explore which semantic tokens are present in a source file and which theme rules they match.

Example of Customizing Semantic Colors in settings.json

{
  "editor.semanticTokenColorCustomizations": {
    "[One Dark Pro]": {
      // Apply to this theme only
      "enabled": true,
      "rules": {
        "magicFunction:python": "#ee0000",
        "function.declaration:python": "#990000",
        "*.decorator:python": "#0000dd",
        "*.typeHint:python": "#5500aa",
        "*.typeHintComment:python": "#aaaaaa",
        "parameter:python": "#aaaaaa"
      }
    }
  }
}

Please check the official documentation for more helpful information:

  • Theme Color Reference
  • Themes
  • More Information

CHANGELOG

CHANGELOG.md

DOCS & CONTRIBUTE

To help with documentation or contribute to the project, first fork and clone this repository.

Then navigate to the ZAFIRO-THEME folder:

cd ZAFIRO-THEME
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft