Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Vesper GoldenNew to Visual Studio Code? Get it now.
Vesper Golden

Vesper Golden

narayan

|
680 installs
| (1) | Free
Visual Studio Code theme inspired by Vesper with a golden touch — dark and light modes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vesper-golden

Vesper Golden

A Visual Studio Code theme inspired by Vesper with a golden touch, available in both dark and light modes.

License GitHub contributors GitHub Repo stars VS Marketplace Downloads Open VSX Downloads

📷 Preview

🌙 Dark

dark preview dark preview dark preview

☀️ Light

light preview light preview light preview

📦 Installation

You can install the Vesper Golden theme directly from the Visual Studio Code Marketplace or Open Vsx

or by using the command line.

To install via the command line, run the following command in your terminal:

code --install-extension narayann7.vesper-golden

This command utilizes the code CLI to install the extension by its identifier, as detailed in the Visual Studio Code documentation.

⚙️ Recommended Settings

To enhance your experience with the Vesper Golden theme, consider adding the following settings to your settings.json file:

{
  "workbench.colorTheme": "Vesper Golden Dark",
  "editor.fontFamily": "Fira Code",
  "editor.fontLigatures": true,
  "editor.letterSpacing": 0.5,
  "editor.tabSize": 3,
  "editor.cursorStyle": "line",
  "editor.fontWeight": "400",
  "editor.autoIndent": "full",
  "editor.lineHeight": 26,
  "editor.fontSize": 17,
  "editor.stickyTabStops": true,
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.cursorBlinking": "smooth",
  "editor.minimap.size": "fit",
  "editor.minimap.enabled": true,
  "editor.semanticHighlighting.enabled": true,
  "editor.bracketPairColorization.enabled": true
}

Note: You can choose between "Vesper Golden Dark" (dark mode) and "Vesper Golden Light" (light mode) for the workbench.colorTheme setting.

‍💻 Author

@narayann7

⭐️ Contribute

If you would like to contribute to this project, please feel free to open an issue or submit a pull request. Contributions are always welcome!

📄 License

This project is licensed under the MIT License.

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