Outrun meets Synthwave Theme for VS Code
This theme is inspired in Synthwave '84 and Outrun.
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"
]
}
| |