From 461e47b9cc61fd5fbccea9dc7bddbf0c672b09fe Mon Sep 17 00:00:00 2001
From: 4lex4 <4lex49@zoho.com>
Date: Sat, 1 Jul 2023 19:41:05 +0000
Subject: [PATCH] ~ Add project info
---
LICENSE | 15 +++++++++++++++
README.md | 9 +++++++++
package.json | 4 ++--
3 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 LICENSE
create mode 100755 README.md
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ae3de5f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright (c) 2023 4lex4 <4lex49@zoho.com>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..e986700
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+Implementation of [precious themes](https://github.com/precious-themes) for VS Code.
+
+Screenshots
+---
+
+(_Click to view an image in full size_)
+
+[](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-eleven.png) [](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-fifteen.png)
+[](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-warm.png) [](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-white.png)
diff --git a/package.json b/package.json
index 991ee74..788fbc0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "precious-themes-vscode",
"displayName": "Precious Themes",
- "description": "Precious color themes",
+ "description": "Precious themes for VS Code",
"version": "1.0.0",
"icon": "./icons/icon.png",
"categories": [
@@ -15,7 +15,7 @@
"license": "See LICENSE",
"repository": {
"type": "git",
- "url": "https://github.com/4lex4/precious-themes-vscode.git"
+ "url": "https://github.com/precious-themes/precious-themes-vscode.git"
},
"engines": {
"vscode": "^1.5.0"