From 93ab71e0db8d978b6b1c7cb0f60cbd59c00431d6 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:55:46 +0100 Subject: [PATCH] chore: Update readme --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3879684..24c8691 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,33 @@ -

+

### Beta (β) release -The most epic theme meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one. +[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) +[![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) + + +# 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 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. Select `Material Theme Darker` or `Material Theme Lighter` fromt 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, +``` \ No newline at end of file