Skip to content

Commit

Permalink
Update package.json, README, remove .vsix, add logo and fix screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eskilop committed Dec 15, 2019
1 parent 4637b93 commit 7e721b6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
.DS_Store
*.vsix
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Main Editor & Notifications
<img src="./screenshots/editor.png" width="45%"/>

## Installation
At the moment, you have to do it manually, although, in future it may be in the marketplace.
You can install this theme through [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Eskilop.northernlights), or:

### Cloning
* Linux/MacOS
```bash
git clone https://gitlab.com/Eskilop/NorthernLightsVSC ~/.vscode/extensions/northernlights
Expand All @@ -26,4 +28,4 @@ git clone https://gitlab.com/Eskilop/NorthernLightsVSC ~/.vscode/extensions/nort
git clone https://gitlab.com/Eskilop/NorthernLightsVSC %USERPROFILE%\.vscode\extensions\northernlights
```

To see it listed in your themes, reload your current vscode window (open command palette > reload window)
To see it listed in your themes, reload your current vscode window (open command palette > reload window)
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 31 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
{
"name": "northernlights",
"displayName": "NorthernLights",
"description": "A dark blue theme for vscode",
"publisher": "Eskilop",
"version": "1.0.0",
"engines": {
"vscode": "^1.35.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Eskilop/NorthernLightsVSC.git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "NorthernLights",
"uiTheme": "vs-dark",
"path": "./themes/NorthernLights.json"
}
]
}
"name": "northernlights",
"displayName": "NorthernLights",
"description": "A dark blue theme for vscode",
"author": "Luca D'Amato [@eskilop]",
"icon": "logo.png",
"publisher": "Eskilop",
"version": "1.0.0",
"engines": {
"vscode": "^1.35.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Eskilop/NorthernLightsVSC.git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "NorthernLights",
"uiTheme": "vs-dark",
"path": "./themes/NorthernLights.json"
}
]
},
"__metadata": {
"id": "7268a216-81ec-47f4-ba04-32ea9115372a",
"publisherDisplayName": "Eskilop",
"publisherId": "236bc089-24ca-4fa7-b467-e4580e424221"
}
}

0 comments on commit 7e721b6

Please sign in to comment.