Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Outrun meets SynthwaveNew to Visual Studio Code? Get it now.
Outrun meets Synthwave

Outrun meets Synthwave

Codevars

|
34,094 installs
| (1) | Free
A theme inspired in Outrun and Synthwave '84
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Outrun meets Synthwave Theme for VS Code

This theme is inspired in Synthwave '84 and Outrun.

theme

Installation

To enable the gradients in active tabs you need to follow the next steps:

  • Install this theme
  • Download Custom CSS and JS Loader
  • Add this code depending your operative system, and add your user or file location in your VS Code settings.json.
On Mac:

{
  "vscode_custom_css.imports": [
    "file:///Users/{your username}/.vscode/extensions/codevars.outrun-meets-synthwave-0.0.1/synthWaveStyles.css"
    ]
}

Windows:

{
  "vscode_custom_css.imports": [
    "file:///C:/Users/{your username}/.vscode/extensions/codevars.outrun-meets-synthwave-0.0.1/synthWaveStyles.css"
    ]
}

Linux:
{
    "vscode_custom_css.imports": [
        "file:///home/{your username}/.vscode/extensions/codevars.outrun-meets-synthwave-0.0.1/synthWaveStyles.css"
    ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft