Skip to content

Commit 27b9f77

Browse files
committed
✨ v3.0.0
1 parent e5f3c9d commit 27b9f77

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Hydralite
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img align="center" src="assets/skyline.png" width=200 height=200>
2+
<img align="center" src="https://github.com/hydralite/skyline/blob/master/assets/skyline.png?raw=true" width=200 height=200>
33
</p>
44

55
<h1 align="center">
@@ -12,12 +12,12 @@ Skyline
1212
</p>
1313

1414
<p align="center">
15-
<img alt="preview" src="assets/vscode.png" >
15+
<img alt="preview" src="https://github.com/hydralite/skyline/blob/master/assets/vscode.png?raw=true" >
1616
</p>
1717

1818
## 📦 Installation
1919

20-
Visual Studio Code : [Extension Store]()
20+
Visual Studio Code : [Extension Store](https://marketplace.visualstudio.com/items?itemName=hydralite.hydralite-skyline)
2121

2222
> Jetbrains: Coming Soon
2323

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"name": "@hydralite/skyline",
2+
"name": "hydralite-skyline",
33
"displayName": "Skyline",
44
"description": "🌆 A theme inspired by the skyline of Tokyo",
5-
"version": "0.0.1",
5+
"version": "0.0.3",
66
"readme": "README.md",
77
"publisher": "hydralite",
8-
"homepage": "https://hydralite.io/skyline",
8+
"license": "MIT",
9+
"icon": "assets/skyline.png",
10+
"homepage": "https://hydralite.io",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/hydralite/skyline.git"
14+
},
915
"author": {
1016
"name": "XtremeDevX",
1117
"email": "[email protected]",

0 commit comments

Comments
 (0)