Skip to content

Commit

Permalink
🐛 FIX: Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 11, 2018
1 parent fbfa14d commit 10b8a95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -44,14 +44,14 @@
1. Open the extensions sidebar on Visual Studio Code
1. Search for **Shades of Purple Theme**
1. Click **Install** to install it.
1. Click **Reload** to reload the your editor.
1. Click **Reload** to reload your editor.
1. Code/File > Preferences > Color Theme > **Shades of Purple**.

<br>

![alternate installation](https://on.ahmda.ws/qWuq/c)

## Alternat Installation
## Alternate Installation

1. Launch Quick Open using <kbd>Cmd</kbd>+<kbd>P</kbd> — or — <kbd>Ctrl</kbd>+<kbd>P</kbd>.
1. Paste the command `ext install shades-of-purple`
Expand Down Expand Up @@ -187,6 +187,6 @@ This FOSS (free and open source software) project is updated and maintained with

**Licensed** as MIT ⓒ [Ahmad Awais](https://AhmadAwais.com/).

Thanks to VSCode team at Microsoft for creating such an awesome code editor. Also to the creator of other high contrast themes that served as an inspiration. This theme takes inspiration from many VSCode themes including but not limted to Cobalt themes by Roberto Achar, Ayu, Palenight themes, Dracula themes, etc. Thanks Dhanish for awesome VSCode icons. And Icons8 for the icons in this readme.
Thanks to VSCode team at Microsoft for creating such an awesome code editor. Also to the creator of other high contrast themes that served as an inspiration. This theme takes inspiration from many VSCode themes including but not limited to Cobalt themes by Roberto Achar, Ayu, Palenight themes, Dracula themes, etc. Thanks Dhanish for awesome VSCode icons. And Icons8 for the icons in this readme.

_Say 👋 on Twitter_[![Tweet for help](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Tweet%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)
12 changes: 6 additions & 6 deletions themes/shades-of-purple-color-theme.json
Expand Up @@ -284,13 +284,13 @@
"terminalCursor.background": "#FAD000",
"terminalCursor.foreground": "#FAD000",

// Git Colors.
// Git VS Code theme Colors used for file labels and the SCM viewlet.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_git-colors
"gitDecoration.modifiedResourceForeground": "#FAD000",
"gitDecoration.deletedResourceForeground": "#D90429",
"gitDecoration.untrackedResourceForeground": "#3ad900",
"gitDecoration.ignoredResourceForeground": "#a599e981",
"gitDecoration.conflictingResourceForeground": "#FF7200",
"gitDecoration.modifiedResourceForeground": "#FAD000", // Color for modified git resources.
"gitDecoration.deletedResourceForeground": "#D90429", // Color for deleted git resources.
"gitDecoration.untrackedResourceForeground": "#3ad900", // Color for untracked git resources.
"gitDecoration.ignoredResourceForeground": "#a599e981", // Color for ignored git resources.
"gitDecoration.conflictingResourceForeground": "#FF7200", // Color for conflicting git resources.

// Text Colors — Colors inside a text document, such as the welcome page.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_text-colors
Expand Down

0 comments on commit 10b8a95

Please sign in to comment.