Skip to content

Commit

Permalink
~ Add project info
Browse files Browse the repository at this point in the history
  • Loading branch information
4lex4 committed Jul 1, 2023
1 parent 59dd248 commit 461e47b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ISC License

Copyright (c) 2023 4lex4 <[email protected]>

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.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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_)

[<img src="https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-eleven.avif" width=49% alt="konsole-precious-dark-eleven" />](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-eleven.png) [<img src="https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-fifteen.avif" width=49% alt="konsole-precious-dark-fifteen" />](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-dark-fifteen.png)
[<img src="https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-warm.avif" width=49% alt="konsole-precious-light-warm" />](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-warm.png) [<img src="https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-white.avif" width=49% alt="konsole-precious-light-white" />](https://raw.githubusercontent.com/precious-themes/.github/master/screenshots/precious-themes-vscode/vscode-precious-light-white.png)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
Expand Down

0 comments on commit 461e47b

Please sign in to comment.