Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Gemini Glow DarkNew to Visual Studio Code? Get it now.
Gemini Glow Dark

Gemini Glow Dark

GEMMA-CLAVERO-DEL-MORAL

|
4 installs
| (0) | Free
A dark, high-contrast theme inspired by the Gemini color palette, tailored for Python code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Para la versión en español, por favor haz clic aquí.


Gemini Glow Dark ✨

A high-contrast theme for Visual Studio Code, meticulously designed to replicate the vibrant and clear color palette of code generated by Gemini, specifically for Python code.


What is Gemini Glow Dark?

Gemini Glow Dark was born from a simple goal: to achieve near-perfect visual parity between your local editor's code and the snippets generated by Gemini. If you, like me, enjoy the clarity and aesthetics of its syntax highlighting, this theme is for you.

Each color has been carefully selected to maximize legibility and reduce eye strain, using vibrant colors for key syntax (functions in yellow, keywords in purple, types in green) and more subtle tones for the rest of the code, all on a comfortable dark background.

Your Python Code, Gemini Style

image

⚙️ Installation

You can install Gemini Glow Dark in two ways:

1. From the VS Code Marketplace (Recommended)

  1. Open Visual Studio Code.
  2. Navigate to the Extensions view (Ctrl+Shift+X).
  3. Search for Gemini Glow Dark.
  4. Click the "Install" button.
  5. Activate the theme from the Command Palette (Ctrl+Shift+P), by searching for Preferences: Color Theme and selecting Gemini Glow Dark.

2. From the Command Palette

  1. Open the command palette (Ctrl+P).
  2. Paste the following command and press Enter:
    ext install GEMMA-CLAVERO-DEL-MORAL.gemini-glow-dark
    

✍️ Recommended Settings (Important!)

For a 100% faithful experience to the Gemini style, not only do the colors matter, but also the font and how certain characters are rendered.

1. Font: I recommend using Source Code Pro, an open-source font from Google that is clean and very similar to the one used by Gemini. 2. Font Ligatures: To get the effect of separated underscores (__init__) instead of a continuous line, it is crucial to disable ligatures and use a font that allows it.

Copy and add the following configuration to your settings.json file (Ctrl+Shift+P > Preferences: Open User Settings (JSON)):

    "editor.fontFamily": "Inconsolata, Consolas, 'Courier New', monospace",
    "editor.fontLigatures": false

💬 Feedback and Contributions

This theme is a living project. If you find any issues, a color that doesn't look right in a specific language, or have a suggestion, please open an 'issue' on the GitHub repository.

License

This theme is distributed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft