Skip to content

ccelik97/ccelik97.vscode-epic-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.