Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1023 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 1023 Bytes

VS Code Epic Effects

Minimal, CSS based code effects for VS Code, based on the CSS of SynthWave '84 VS Code theme.

Preview

Preview

Note: The VS Code theme used in the image is GitHub Theme (Dark).

Installation

  1. Install the VS Code extensions: Custom CSS and JS Loader & Fix VSCode Checksums.

  2. Add this into your VS Code user settings.json:

    {
      "vscode_custom_css.imports": [
        "file:///X:/Path/to/ccelik97.vscode-epic-effects/vscode-epic-effects.css"
      ],
    }
  3. Run the commands: Reload Custom CSS & JS and then Fix Checksums: Apply.