From 5905b070aeec81584807dad5d9196a407c8bab14 Mon Sep 17 00:00:00 2001 From: jolaleye Date: Wed, 20 Feb 2019 13:25:55 -0600 Subject: [PATCH] Update installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5436715..6c1b2b8 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ 1. Open the **Extensions** sidebar in VS Code 2. Search for `Horizon Theme` -3. Click **Install** and **Reload** -4. Open the **Command Palette** with `Ctrl+Shift+P` +3. Click **Install** +4. Open the **Command Palette** with `Ctrl+Shift+P` or `โ‡งโŒ˜P` 5. Select **Preferences: Color Theme** and choose a Horizon variant. 6. Enjoy! ๐ŸŽ‰ Also, check out some of the personalization options below... @@ -45,7 +45,7 @@ ## Personalization Themes are highly subjective and tastes change all the time. Luckily, VS Code makes it easy to customize just about every aspect of your editor. -If you want to change something, open the Command Palette with `Ctrl+Shift+P` and select **Preferences: Open Settings (JSON)**. You can then override VS Code's defaults or Horizon's colors in the right side of the settings view. +If you want to change something, open the **Command Palette** and select **Preferences: Open Settings (JSON)**. You can then override VS Code's defaults or Horizon's colors in the right side of the settings view. Check out some of the personalization options below to customize Horizon to suit your taste. For more info on theming, visit the [Theme Authoring Guide](https://code.visualstudio.com/api/extension-capabilities/theming) and [Theme Color Reference](https://code.visualstudio.com/api/references/theme-color).