39 lines
No EOL
1.9 KiB
Markdown
39 lines
No EOL
1.9 KiB
Markdown
|
|
<p align="center"><img width="620px" src="assets/header.jpg"/></p>
|
|
|
|
[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) [![GitHub tag](https://img.shields.io/github/issues/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/issues) [![Beerpay](https://beerpay.io/equinusocio/vsc-material-theme/badge.svg?style=beer)](https://beerpay.io/equinusocio/vsc-material-theme)
|
|
|
|
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://github.com/equinusocio/vsc-material-theme/issues)
|
|
|
|
<p align="center"><img width="650px" src="assets/screen.jpg"></p>
|
|
|
|
# Easy installation
|
|
You can install this awesome theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme).
|
|
1. Press <kbd>cmd/ctrl</kbd> + <kbd>P</kbd>
|
|
2. Type `ext install vsc-material-theme`
|
|
|
|
|
|
|
|
# Activate the theme
|
|
|
|
1. Press <kbd>cmd/ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> 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 <kbd>cmd/ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> 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:
|
|
|
|
```json
|
|
// 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,
|
|
```
|
|
|
|
# Thanks
|
|
Thanks to @balanceiskey for the theme builder. |