-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📦 NEW: License * 📖 DOC: Condition * 👌 IMPROVE: Reorder
- Loading branch information
1 parent
c5d021b
commit f7c9f91
Showing
2 changed files
with
96 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
MIT License Copyright (c) 2015-∞ Ahmad Awais | ||
|
||
Permission is hereby granted, free of | ||
charge, to any person obtaining a copy of this software and associated | ||
documentation files (the "Software"), to deal in the Software without | ||
restriction, including without limitation the rights to use, copy, modify, merge, | ||
publish, distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to the | ||
following conditions: | ||
|
||
The above copyright notice and this permission notice | ||
(including the next paragraph) shall be included in all copies or substantial | ||
portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF | ||
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO | ||
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
||
## With condition | ||
|
||
Any thing you build with this should also be MIT licensed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,73 @@ | ||
{ | ||
"name": "shades-of-purple", | ||
"displayName": "Shades of Purple", | ||
"description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.", | ||
"version": "6.14.0", | ||
"publisher": "ahmadawais", | ||
"engines": { | ||
"vscode": "^1.15.0" | ||
}, | ||
"icon": "images/icon/logo.png", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ahmadawais/shades-of-purple-vscode" | ||
}, | ||
"galleryBanner": { | ||
"color": "#222145", | ||
"theme": "dark" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"keywords": [ | ||
"Shades of Purple", | ||
"Dark Theme", | ||
"VSCode Power User", | ||
"Shade of Purple", | ||
"Cobalt" | ||
], | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Shades of Purple", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/shades-of-purple-color-theme.json" | ||
}, | ||
{ | ||
"label": "Shades of Purple (Dark) · BETA", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/shades-of-purple-color-theme-dark.json" | ||
} | ||
] | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.20" | ||
}, | ||
"files": [ | ||
".vscodeignore", | ||
"themes/shades-of-purple-color-theme.json", | ||
"themes", | ||
"themes/*", | ||
"images/icon/logo.png", | ||
"package.json", | ||
"readme.md", | ||
"code-of-conduct.md", | ||
"changelog.md" | ||
], | ||
"badges": [ | ||
{ | ||
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat", | ||
"href": "https://VSCode.pro/?utm_source=EmojiLogVSCode", | ||
"description": "Support this project!" | ||
} | ||
], | ||
"scripts": { | ||
"start": "nodemon --exec vsce package" | ||
}, | ||
"__metadata": { | ||
"id": "431aa1a8-74f4-43d5-a83b-f4960510da5f", | ||
"publisherDisplayName": "Ahmad Awais ⚡", | ||
"publisherId": "530c7464-efca-4776-9142-c6f0aeb4084e" | ||
} | ||
"name": "shades-of-purple", | ||
"displayName": "Shades of Purple", | ||
"description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.", | ||
"version": "6.14.0", | ||
"publisher": "ahmadawais", | ||
"engines": { | ||
"vscode": "^1.15.0" | ||
}, | ||
"icon": "images/icon/logo.png", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ahmadawais/shades-of-purple-vscode" | ||
}, | ||
"galleryBanner": { | ||
"color": "#222145", | ||
"theme": "dark" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"keywords": [ | ||
"Shades of Purple", | ||
"Dark Theme", | ||
"VSCode Power User", | ||
"Shade of Purple", | ||
"Cobalt" | ||
], | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Shades of Purple", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/shades-of-purple-color-theme.json" | ||
}, | ||
{ | ||
"label": "Shades of Purple (Dark) · BETA", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/shades-of-purple-color-theme-dark.json" | ||
} | ||
] | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.20" | ||
}, | ||
"files": [ | ||
".vscodeignore", | ||
"themes/shades-of-purple-color-theme.json", | ||
"themes", | ||
"themes/*", | ||
"images/icon/logo.png", | ||
"package.json", | ||
"readme.md", | ||
"code-of-conduct.md", | ||
"changelog.md" | ||
], | ||
"badges": [ | ||
{ | ||
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat", | ||
"href": "https://VSCode.pro/?utm_source=EmojiLogVSCode", | ||
"description": "Support this project!" | ||
} | ||
], | ||
"scripts": { | ||
"start": "nodemon --exec vsce package" | ||
}, | ||
"license": "MIT", | ||
"__metadata": { | ||
"id": "431aa1a8-74f4-43d5-a83b-f4960510da5f", | ||
"publisherDisplayName": "Ahmad Awais ⚡", | ||
"publisherId": "530c7464-efca-4776-9142-c6f0aeb4084e" | ||
} | ||
} |