1.7 KiB
1.7 KiB
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
![](https://cdn.rawgit.com/equinusocio/vsc-material-theme/develop/assets/screens.jpg)
Easy installation
You can install this awesome theme through the Visual Studio Code Marketplace.
- Press cmd/ctrl + P
- Type
ext install vsc-material-theme
Activate the theme
- Press cmd/ctrl + Shift + P and type
color
, then select Color Theme - Select
Material Theme Darker
orMaterial Theme Lighter
from the list, then press Enter
Activate File Icons Theme
- Press cmd/ctrl + Shift + P and type
icon theme
, then select File Icon Theme - 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,