Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Cyberpunk 2077 - Night City ThemeNew to Visual Studio Code? Get it now.
Cyberpunk 2077 - Night City Theme

Cyberpunk 2077 - Night City Theme

Griff Reaper

|
47 installs
| (0) | Free
A vibrant, neon-soaked dark theme inspired by Night City from Cyberpunk 2077
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cyberpunk 2077 - Night City Neon Theme

A vibrant, neon-soaked dark theme for Visual Studio Code inspired by the dystopian beauty of Night City from Cyberpunk 2077.

Theme Preview

✨ Features

  • Ultra-bright neon borders - Glowing green borders throughout the interface
  • Cyberpunk color palette - Neon cyan, hot pink, electric yellow, and vibrant green
  • Rainbow bracket colorization - Multi-colored bracket pairs for better code readability
  • Glowing active line - Bright green highlight shows your current line
  • Vibrant syntax highlighting - Carefully crafted colors for maximum code clarity
  • Two variants included:
    • Night City Neon - Full brightness for the true cyberpunk experience
    • Night City (Dimmed) - Reduced intensity for extended coding sessions

🎨 Color Palette

  • Neon Green: #00FF9F - Primary borders, strings, active elements
  • Neon Cyan: #00F0FF - Functions, variables, general text
  • Hot Pink: #FF006E - Keywords, HTML tags, important elements
  • Electric Yellow: #FFE600 - Classes, warnings, highlights
  • Bright Magenta: #FF10F0 - Numbers, operators, special elements
  • Hot Red: #FF0040 - Errors, deletions, critical alerts

📦 Installation

From VS Code Marketplace

  1. Open Extensions (Ctrl+Shift+X)
  2. Search for "Cyberpunk 2077 Night City"
  3. Click Install
  4. Press Ctrl+K Ctrl+T and select your preferred variant

Manual Installation

  1. Download the .vsix file from the releases page
  2. Open VS Code
  3. Press Ctrl+Shift+P
  4. Type "Extensions: Install from VSIX"
  5. Select the downloaded file

⚙️ Recommended Settings

For the best experience, add these to your settings.json:

{
  // Enable bracket colorization
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": "active",
  
  // Show indent guides
  "editor.guides.indentation": true,
  "editor.guides.highlightActiveIndentation": true,
  
  // Smooth animations
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  
  // Use a ligature font
  "editor.fontFamily": "'Fira Code', 'Cascadia Code', 'JetBrains Mono', Consolas",
  "editor.fontLigatures": true
}

🌈 Optional: Rainbow Indent Guides

For git graph-style rainbow indent guides, install the Indent Rainbow extension and add:

{
  "indentRainbow.colors": [
    "rgba(0, 255, 159, 0.7)",
    "rgba(0, 240, 255, 0.7)",
    "rgba(255, 230, 0, 0.7)",
    "rgba(255, 0, 110, 0.7)",
    "rgba(255, 16, 240, 0.7)",
    "rgba(0, 255, 170, 0.7)"
  ],
  "indentRainbow.indicatorStyle": "light",
  "indentRainbow.lightIndicatorStyleLineWidth": 3
}

🖼️ Screenshots

Dimmed Variant

Dimmed Example

🎯 Best For

  • Web Development - HTML, CSS, JavaScript, TypeScript, React
  • Backend Development - Python, Node.js, Java, C#
  • Data Science - Python, R, Jupyter notebooks
  • DevOps - YAML, JSON, Docker, Kubernetes configs
  • Anyone who loves cyberpunk aesthetics!

🔧 Customization

Want to tweak colors? Press Ctrl+Shift+P and search for "Preferences: Open Settings (JSON)", then add:

{
  "workbench.colorCustomizations": {
    "[Cyberpunk 2077 - Night City Neon]": {
      "editor.background": "#000000",
      "sideBar.border": "#00FF9FFF"
    }
  }
}

🐛 Issues & Feedback

Found a bug or have a suggestion? Please open an issue on GitHub.

🤝 Contributing

Contributions are welcome! Feel free to submit pull requests.

📄 License

MIT License - see LICENSE file for details.

🙏 Credits

  • Inspired by the visual design of Cyberpunk 2077 by CD Projekt Red
  • Color palette based on Night City's neon-soaked atmosphere
  • Created for the cyberpunk coding community

💡 Recommended Extensions

Pair this theme with these extensions for the ultimate cyberpunk coding setup:

  • Indent Rainbow - Rainbow colored indent guides
  • Bracket Pair Colorizer - Colorful bracket matching (if not using built-in)
  • Material Icon Theme - Modern file icons
  • Error Lens - Inline error highlighting

Welcome to Night City, choom. Happy coding! 🌃⚡


📊 Changelog

Version 1.0.0

  • Initial release
  • Two theme variants: Neon and Dimmed
  • Complete syntax highlighting for 20+ languages
  • Ultra-bright neon borders
  • Optimized for dark environments

If you enjoy this theme, please ⭐ the repository and share it with fellow cyberpunk fans!

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