-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a782710
commit 815a461
Showing
5 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters