Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.44 KB

Mica VSCode (ALPHA)

A project that puts VSCode on Mica.

Disclaimer: ALPHA! This is still unstable!

Requirements

  1. Visual Studio Code (this project does not automatically install vscode!)
  2. Run following commands after you open (2 extensions should be automatically installed: Vibrancy and Fix VSCode Checksums)
  3. You need to do these after you open for the first time
Ctrl + Shift + P then 'Reload Vibrancy'
Ctrl + Shift + P then 'Fix Checksums: Apply'
  1. (Optional) Add Custom CSS (see section below)
  2. Close and reopen Mica VSCode if you haven't already

Add Custom CSS

Optional for better effect

  1. Install Extension Custom CSS and JS Loader
  2. Create a css file somewhere in your computer
html:lang(en) {
    background: transparent !important;
}
  1. Ctrl + Shift P then Preferences: Open Settings (JSON)
  2. On the last few lines of the settings
    ...
    "vscode_custom_css.imports": [
        /* Add this in! Change D:/ to whatever drive */
        "file://D:/path/to/file.css"
    ]
  1. Ctrl + Shift + P then Reload Custom CSS and JS
  2. Close and reopen Mica VSCode
  3. Ctrl + Shift + P then Fix Checksums: Apply
  4. Close and reopen Mica VSCode