Skip to content

Instantly share code, notes, and snippets.

@ejabu
Created February 22, 2021 11:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejabu/6452f6e7c3ca7b2e4f52fe0de5e7e95a to your computer and use it in GitHub Desktop.
Save ejabu/6452f6e7c3ca7b2e4f52fe0de5e7e95a to your computer and use it in GitHub Desktop.
Github Light Theme Setup

Good Theme of Vscode

I want to copy this layout

https://dev-to-uploads.s3.amazonaws.com/i/71w6824uld2tn1ujyc5i.png

Result

Theme

https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme

Font

Fira Code

https://github.com/tonsky/FiraCode/tree/master/distr/ttf

How to Install on your computer

Vscode Setup

  1. Please open command pallete
  2. Select Preferences: Open Settings (JSON)
  3. Add this below code

{
    ...
    "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
    "window.title": "${activeEditorShort} 🚴 faster !! 🔥",
    "editor.fontWeight": "500",
    "editor.fontFamily": "Fira Code Retina"
}

@ejabu
Copy link
Author

ejabu commented Feb 22, 2021

Result

result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment