Skip to content

bogdansalyp/hotline-vs

Repository files navigation

Hotline VS theme

Version Installs

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!

Example (JS code)

Installation

  1. First, install Hotline VS extension.

  2. Then install this extension (enables custom CSS and JS inside VS Code).

  3. Inside VS Code press Cmd+Shift+P

  4. Type Enable Custom CSS and JS and press enter:

  1. 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"
  ]
}

Contributing

I will really appreciate any contribution to this theme and issue reports.

Thanks

This theme was made on inspiration by SynthWave '84.

More examples

CPP code:

CSS code:

HTML code:

Other languages support works too. More screenshots coming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages