Skip to content

lonelyfrontend/vs-code-user-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Before use this settings, you need to install following requirements:

  1. Material Theme
  2. vscode-icons
  3. Fira Code (Font)

Theme preview:

How to install:

  1. Open command pallete in VS Code using shortcuts Ctrl+Shift+P
  2. Then search for Preferences: Open User Settings and hit enter
  3. Copy this settings into settings.json
    {
       "workbench.colorTheme": "Material Theme Lighter",
       "editor.lineHeight": 23,
       "editor.fontSize": 14,
       "editor.fontFamily": "Fira Code, 'Courier New', monospace",
       "editor.tabSize": 2,
       "editor.cursorStyle": "block",
       "editor.roundedSelection": false,
       "editor.multicursorModifier": "ctrl",
       "editor.cursorBlinking": "solid",
       "editor.renderWhitespace": "all",
       "editor.dragAndDrop": false,
       "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
       "workbench.iconTheme": "vscode-icons"
    }
  4. Save and have fun!

About

VS Code user settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published