Skip to content

minh711/vscode-custom-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Custom CSS for customizing VSCode

image

Features

  1. Border for each file on workspace.
  2. Border for explorer panel.
  3. Better highlight on focused file's tab.
  4. Change VSCode UI font.

Installation

I used this extension:

image

After that, put the custom.css file in the right directory and change it in settings.json:

I included paths for Windows, Linux, and macOS. The extension will use the correct one automatically when switching OSes.

{
  "vscode_custom_css.imports": [
    "file:///C:/Users/MinhTD/.vscode/custom.css",
    "file:///home/minh711/.vscode/custom.css",
    "file:///Users/minh711/.vscode/custom.css"
  ]
}

For Linux

It will need permission:

sudo chown -R $USER:$USER /usr/share/code

Then turn the permission back:

sudo chown -R root:root /usr/share/code
sudo chmod -R 755 /usr/share/code

About

Custom CSS for customizing VSCode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages