diff --git a/README.md b/README.md index 24c8691..8ef13eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -

+

### Beta (β) release @@ -18,8 +18,12 @@ You can install this awesome theme through the [Visual Studio Code Marketplace]( # 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** +2. Select `Material Theme Darker` or `Material Theme Lighter` from the list, then press **Enter** +# Activate File Icons Theme + +1. Press cmd/ctrl + Shift + P 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: diff --git a/package.json b/package.json index 1affae1..df161d1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "icon": "logo.png", "galleryBanner": { - "color": "#252526", + "color": "#263238", "theme": "dark" }, "homepage": "https://github.com/equinusocio/vsc-material-theme",