Skip to content

NabeelAhmed1721/vscode-rounded-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code Rounded UI

CAUTION: This is by no means a finished "product." The instructions are quite hacky and may remain so until I create a proper extension (given the project recieves enough attention). An unfortunate side-effect of this is having to re-enable the script every time you update VSCode. Fortunately, it is very easy to re-enable the script, once you've already setup the files.

After

Instructions

  1. Install the extension: Custom CSS and JS Loader.

  2. Edit the User Settings JSON file (F1 → "user settings json"). Add the following rule:

    Windows

     "vscode_custom_css.imports": [
     	"file:///C:/Users/[username]/AppData/Roaming/Code/custom.css",
     	"file:///C:/Users/[username]/AppData/Roaming/Code/custom.js"
     ],
    

    MacOS

     "vscode_custom_css.imports": [
     	"file:///Users/[username]/.vscode/custom.css",
     	"file:///Users/[username]/.vscode/custom.js",
     ],
    

    Linux

     "vscode_custom_css.imports": [
     	"file:///home/[username]/.vscode/custom.css",
     	"file:///home/[username]/.vscode/custom.js",
     ],
    
  3. Create custom.css and custom.js in the locations you defined in the settings.

  4. Copy the code from the files in this repository into their respective files.

  5. Go back into VSCode, enable the Custom CSS and JS Loader extension: F1 → "enable custom css and js"

  6. Press the button Restart Visual Studio Code in the popup.

  7. If VSCode complains about "Your Code installation appears to be corrupt. Please reinstall," you can safely ignore this message. Click the gear in the popup and press "Don't Show Again" to prevent it from showing again (at least until you update VSCode).

  8. If you do update VSCode, simply repeat steps (5, 6, 7).

TODO

  1. Fix file list elements (merge selected files edges into one... like how MacOS handles selecting multiple files in Finder).
  2. Fix buggy buttons that are in an extension's information page.

About

Instructions to make Visual Studio Code look more sleek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published