Skip to content

webrender/synthwave-x-fluoromachine

 
 

Repository files navigation

synthwave-x-fluoromachine

This is a fork of @robbowen's Synthwave '84 theme, merged with @fullerenedream's Fluoromachine theme for VSCode.

Theme screenshot

Installation

• install this theme
• install Custom CSS and JS Loader
• link the CSS file from this extension in your vscode settings.json:

On Mac it might look something like the snippet below:

{
  "vscode_custom_css.imports": [
    "file:///Users/{your username}/.vscode/extensions/webrender.synthwave-x-fluoromachine-0.0.14/synthwave-x-fluoromachine.css"
    ]
}

Windows might resemble:

{
  "vscode_custom_css.imports": [
    "file:///C:/Users/{your username}/.vscode/extensions/webrender.synthwave-x-fluoromachine-0.0.14/synthwave-x-fluoromachine.css"
    ]
}

• From the command panel, select Reload Custom CSS and JS. You'll need to run this command every time vscode updates.

Font

The font being used in the screenshot above is Operator Mono with Ligatures.

About

VS Code theme - @robb0wen's Synthwave '84 x @fullerenedream's Fluoromachine

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 100.0%