From 8af34671840191970d10e3b10470b56ed339c688 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 30 Apr 2018 23:55:35 +0200 Subject: [PATCH] chore: Update meta and readme --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a9c6fb..26e2e17 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Launch *Quick Open*, - macOS `⌘ + Shift + P` - Windows `Ctrl + Shift + P` -type `material theme` and select `Material Theme: Settings` from the drop-down menu. Here you will find the `Fix file icons` command that will set the correct icons theme based on your active material theme variant. +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 @@ -104,7 +104,7 @@ Launch *Quick Open*, - macOS `⌘ + Shift + P` - Windows `Ctrl + Shift + P` -Type `Material Theme` and choose `Material Theme: Settings`, then select `Change accent color` and pick one color from the list. +Type `material theme` and choose `Material Theme: Set accent color` and pick one color from the list. ## 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) diff --git a/package.json b/package.json index 3e647bb..12d91f4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "color": "#11131C", "theme": "dark" }, - "homepage": "https://github.com/equinusocio/vsc-material-theme", + "homepage": "https://equinsuocha.io/projects/material-theme/", "repository": { "type": "git", "url": "https://github.com/equinusocio/vsc-material-theme.git" @@ -55,7 +55,7 @@ "commands": [ { "command": "materialTheme.setAccent", - "title": "Set the accent color", + "title": "Set accent color", "category": "🎨 Material Theme" }, {