Skip to content

babakfp/vscode-pretty-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsCode Pretty Styles

A Windows application that allows you to Customize vsCode Editor UI Font-Family and add your own Custom CSS styles.

How it works

This application modifies vsCode installation files. It doesn't make any breaking or unexpected changes. You can revert the changes. Feel free to check out the source code.

Guide

  1. Downloaded the latest release.
  2. Extract the .zip file.
  3. Run the executable file.
  4. Open the URL that is shown in the console, in your browser.

Limitations

  • It only works on Windows OS.

  • It only works on my system. I don't know if it will work on your computer!

    Windows specifications:

    • Edition: Windows 11 Pro
    • Version: 23H2
    • OneDrive: Disabled

Contributions

Feel welcome to open issues, PRs, send suggestions, code improvements, etc.

If possible, open an issue first, because I'll feel bad if I close your PR!

It's OK to make mistakes and not to know everything.

Workbench path

This is the file that I modify to get things working.

C:\Users\Babak\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\workbench.desktop.main.css

How to open dev tools?

  1. Press ctrl + shift + p.
  2. Select "Toggle Developer Tools".

Notes