From e75534752d3fd9b035b32f42657d0105e693c886 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 6 Feb 2019 09:03:06 +0100 Subject: [PATCH] Consistent styling throughout README (#314) (#315) Instituted a consistent styling method throughout the README. Before, some phrases would be capitalized in some places and lowercase in others, some phrases would have colons in one place and commas in others, and some of the grammar was slightly off. --- README.md | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f0c313b..033ce4a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![VSCode.pro](https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20Course%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge)]( https://a.paddle.com/v2/click/16413/37697?link=1227) -The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues) +The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues). - [Getting started](#getting-started) - [Installation](#installation) @@ -29,7 +29,7 @@ You can install this awesome theme through the [Visual Studio Code Marketplace]( ## Installation -Launch *Quick Open* +Launch *Quick Open*: - Linux `Ctrl+P` - macOS `⌘P` - Windows `Ctrl+P` @@ -70,26 +70,54 @@ git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc- ## Activate theme -Launch *Quick Open*, +Launch *Quick Open*: - Linux `Ctrl + Shift + P` - macOS `⌘ + Shift + P` - Windows `Ctrl + Shift + P` -Type `theme` and choose `Preferences: Color Theme`, then select one of the Material Theme variant from the list. After the activation the theme will set the correct icons theme for you, based on your picked theme variant. +Type `theme`, choose `Preferences: Color Theme`, and select one of the Material Theme variants from the list. After activation, the theme will set the correct icon theme based on your active theme variant. + + +## Fix File Icons + +If you notice that the folder icons do not match the active Material Theme variant, you can fix it with just a command. + +Launch *Quick Open*: + + - Linux `Ctrl + Shift + P` + - macOS `⌘ + Shift + P` + - Windows `Ctrl + Shift + P` + +Type `material theme` and select `Material Theme: Fix file icons` from the drop-down menu. This command will set the correct icon theme based on your active Material Theme variant. + ## Set the accent color -Launch *Quick Open*, +Launch *Quick Open*: - Linux `Ctrl + Shift + P` - macOS `⌘ + Shift + P` - Windows `Ctrl + Shift + P` -Type `material theme` and choose `Material Theme: Set accent color` and pick one color from the list. +Type `material theme`, choose `Material Theme: Set accent color`, and pick one color from the list. + + +## Disabling/enabling file icons auto-applying + +By default, Material Theme will apply the correct icons theme based on your active theme variant. To disable this behavior follow these steps: + +Launch *Quick Open*: + + - Linux `Ctrl + Shift + P` + - macOS `⌘ + Shift + P` + - Windows `Ctrl + Shift + P` + +Type `material theme` and choose `Material Theme: Enable or disable icons auto-applying` and choose to disable or enable this behavior. + ## Override theme colors -You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the [relative section on the vs code documentation](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme) +You can override the Material Theme UI and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the [relative section on the VS Code documentation](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme). ### Color Scheme override