Skip to content

LanderN/vsc-material-theme

 
 

Repository files navigation

GitHub tag GitHub tag Beerpay

The most epic theme meet Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues here

Installation

You can install this awesome theme through the Visual Studio Code Marketplace.

  1. Press cmd/ctrl + P
  2. Type ext install vsc-material-theme

Activate the theme

  1. Press cmd/ctrl + Shift + P and type color, then select Color Theme
  2. Type Material Theme and select one of the theme color from the list, then press Enter

Activate File Icons Theme

  1. Press cmd/ctrl + Shift + P and type icon theme, then select File Icon Theme
  2. Select Material Theme Icons from the list, then press Enter

Recommended settings for a better experience:

    // Controls the font family.
    "editor.fontFamily": "Operator Mono",
    // Controls the line height. Use 0 to compute the lineHeight from the fontSize.
    "editor.lineHeight": 24,
    // Enables font ligatures
    "editor.fontLigatures": true,

Other resources

  • AppIcon: Download the official Material Theme app icon for Visual Studio code

Thanks

Thanks to:

Packages

No packages published

Languages

  • C++ 67.3%
  • C 22.5%
  • JavaScript 6.4%
  • C# 3.7%
  • Shell 0.1%