Skip to content

Commit

Permalink
πŸ“¦ NEW: Hyper-Theme-SOP
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 31, 2018
1 parent 881c135 commit 6091182
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ I have built other `Shades of Purple` themes for different software. Here's a li

- πŸ’œ [VSCode theme](https://github.com/ahmadawais/shades-of-purple-vscode) β€” Shades of Purple
- πŸ’œ [iTerm2 theme](https://github.com/ahmadawais/shades-of-purple-iterm2) β€” Shades of Purple
- πŸ’œ [Hyperβ„’ theme](https://github.com/ahmadawais/shades-of-purple-hyper) β€” Shades of Purple
- πŸ’œ [Slack theme](https://github.com/ahmadawais/shades-of-purple-slack) β€” Shades of Purple
- πŸ’œ [Alfred theme](https://github.com/ahmadawais/shades-of-purple-alfred) β€” Shades of Purple

Expand Down
39 changes: 17 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"name": "shades-of-purple-alfred",
"displayName": "Shades of Purple for Alfred",
"description": "Professional Alfred color-scheme with hand-picked & bold shades of purple πŸ’œ to go along with your daily spotlight. A custom Alfred color-scheme.",
"version": "1.1.0",
"publisher": "ahmadawais",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-iterm2"
},
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"iTerm2",
"coblat 3"
],
"devDependencies": {
"release-it": "^7.2.1"
},
"scripts": {
"release": "release-it"
}
"name": "shades-of-purple-alfred",
"displayName": "Shades of Purple for Alfred",
"description":
"Professional Alfred color-scheme with hand-picked & bold shades of purple πŸ’œ to go along with your daily spotlight. A custom Alfred color-scheme.",
"version": "1.1.0",
"publisher": "ahmadawais",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-alfred"
},
"keywords": ["Shades of Purple", "Shade of Purple", "Cobalt", "iTerm2", "coblat 3"],
"devDependencies": {
"release-it": "^7.2.1"
},
"scripts": {
"release": "release-it"
}
}

0 comments on commit 6091182

Please sign in to comment.