Skip to content

Commit

Permalink
Changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-1503 committed Apr 6, 2021
1 parent a782710 commit 815a461
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# README
## This is the README for your extension "aurora-borealis"
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
<p align ="center">
<img src="https://github.com/Nikhil-1503/aurora-borealis-vscode/blob/master/images/logo.png" alt="Aurora-Borealis Logo" width="100" />
</p>
<h1 align ="center">
Aurora Borealis Theme.
</h1>
<h3 align ="center">
Representing the northern lights.
</h3>

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
## Installation via VS Code

### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)

**Enjoy!**
1. Open **Extensions** sidebar panel in VS Code. `View → Extensions` or `Ctrl + Shift + X`
2. Search for `Aurora Borealis`
3. Click **Install** to install it
4. Click **Reload** to reload the editor
5. Code > Preferences > Color Theme > **Aurora Borealis**
Binary file added aurora-borealis-0.0.1.vsix
Binary file not shown.
Binary file added images/aurora_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
"engines": {
"vscode": "^1.46.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Nikhil-1503/aurora-borealis-vscode"
},
"bugs": {
"url": "https://github.com/Nikhil-1503/aurora-borealis-vscode/issues",
"email": "[email protected]"
},
"icon": "images/aurora_logo.png",
"galleryBanner": {
"color": "#111a30",
"theme": "dark"
},
"categories": [
"Themes"
],
Expand Down
3 changes: 2 additions & 1 deletion themes/Aurora Borealis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"comment",
"punctuation.definition.comment"
],

"settings": {
"fontStyle": "italic",
"foreground": "#4e6166"
"foreground": "#4e6166",
}
},
{
Expand Down

0 comments on commit 815a461

Please sign in to comment.