Skip to content

manoj-here/VS-Code_Tweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

installation


  1. install "custom css and js loader" extension
  2. download and copy the "custom" folder in your desired location
  3. add the path of tweak.css and tweak.js inside your setting.json file

here is mine:

"vscode_custom_css.imports": [
    "file:///C:/Users/hello/.vscode/custom/tweak.css",
    "file:///C:/Users/hello/.vscode/custom/tweak.js"
  ],
  1. finally press ctrl+shift+p to open command palette and type "enable custom css and js" click on it.

if you are using my settings, then put this 'custom' folder inside C:\Users\userName.vscode and i recommand using aesthetic 3.0.0 theme with it. and also activate icon themes and product icon theme included with it as extension pack

note: this custom css is made specific for my settings so you might need to customize it for your self, most of the changes are provided with proper comments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published