Have you played Hotline Miami? 🐔
Do you like synthwave style? 🌆
Have you ever watched Kung Fury? 🥋
Any other synthwave style movies? 🦂🔨
I bet you did. And here's a new way to feel like a true Hackerman with this extension!
-
First, install Hotline VS extension.
-
Then install this extension (enables custom CSS and JS inside VS Code).
-
Inside VS Code press
Cmd+Shift+P
-
Type
Enable Custom CSS and JS
and press enter:
- Open
settings.json
and add this:
🍏 On Mac it might look something like the snippet below:
{
"vscode_custom_css.imports": [
"file:///Users/{YOUR USERNAME}/.vscode/extensions/bogdansalyp.hotline-vs-1.1.2/hotline-vs.css"
]
}
🐧 Linux users should use:
{
"vscode_custom_css.imports": [
"file:///home/{YOUR USERNAME}/.vscode/extensions/bogdansalyp.hotline-vs-1.1.2/hotline-vs.css"
]
}
🏠 Windows might resemble:
{
"vscode_custom_css.imports": [
"file:///C:/Users/{YOUR USERNAME}/.vscode/extensions/bogdansalyp.hotline-vs-1.1.2/hotline-vs.css"
]
}
I will really appreciate any contribution to this theme and issue reports.
This theme was made on inspiration by SynthWave '84.
CPP code:
CSS code:
HTML code:
Other languages support works too. More screenshots coming soon!