vsc-material-theme/README.md

52 lines
2.4 KiB
Markdown
Raw Normal View History

2017-01-27 22:01:25 +01:00
2017-05-01 00:33:22 +02:00
<p align="center"><img width="620px" src="http://i.imgur.com/77xXWrA.jpg"/></p>
2017-05-10 09:55:18 +02:00
<p align="center"><img width="450px" src="http://i.imgur.com/JXb5aRO.jpg"></p>
2017-02-11 14:29:33 +01:00
2017-04-04 08:43:47 +02:00
[![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)
2017-02-11 14:55:46 +01:00
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)
2017-05-10 09:52:51 +02:00
<!-- TOC -->
- [Installation](#installation)
- [Activate the theme](#activate-the-theme)
- [Activate File Icons Theme](#activate-file-icons-theme)
- [Recommended settings for a better experience:](#recommended-settings-for-a-better-experience)
- [Other resources](#other-resources)
- [Thanks](#thanks)
<!-- /TOC -->
# Installation
2017-02-11 14:55:46 +01:00
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**
2017-04-11 09:13:31 +02:00
2. Type `Material Theme` and select one of the theme color from the list, then press **Enter**
2017-02-11 14:55:46 +01:00
2017-02-11 15:39:27 +01:00
# 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**
2017-02-11 14:55:46 +01:00
# 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,
2017-04-11 09:13:31 +02:00
```
2017-05-10 09:52:51 +02:00
# Other resources
- **AppIcon:** [Download](https://github.com/equinusocio/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code
2017-04-11 09:13:31 +02:00
# Thanks
2017-05-10 09:57:31 +02:00
Thanks to:
- [@balanceiskey](https://github.com/balanceiskey) for the theme builder.