Skip to content

Commit

Permalink
final changes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueMyst committed Sep 5, 2022
1 parent e91f6ea commit 8be9864
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 83 deletions.
36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# night-swell README

## Working with Markdown
# NightSwell `1.0.0`

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
A Comfortable and Elegant Night Theme for Visual Studio Code.

* 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, macOS) to see a list of Markdown snippets.
## `1` Installation
```
ext install nightswell
```

To set the theme, first of all,

## For more information
Press `Ctrl K + T` in your keyboard, and you'll see a pop-up, select `NightSwell` and voila~! You're good to go.

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

**Enjoy!**
### `-` HTML
![HTML Screenshot](./screenshots/HTML.PNG)

### `-` CSS
![CSS Screenshot](./screenshots/CSS.png)

### `-` Python
![PY Screenshot](./screenshots/PY.png)

### `-` Javascript
![JS Screenshot](./screenshots/JS.png)

## `3` Author's Note
Thanks for using the theme. If you have any suggestions, please contact me at Discord, `myst#1700`.

Cheers! Have a great day~!
Binary file added icons/nightswell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
{
"name": "night-swell",
"icon": "./icons/nightswell.png",
"displayName": "NightSwell",
"description": "A Comfortable and Elegant Night Theme for Visual Studio Code.",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "TrueMyst",
"repository": {
"type": "git",
"url": "https://github.com/TrueMyst/NightSwell"

},
"keywords": [
"theme",
"night dark theme",
"night theme",
"dark-blue theme",
"true myst theme",
"night swell",
"night swill"
],

"engines": {
"vscode": "^1.70.0"
},
Expand Down
Binary file added screenshots/CSS.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/HTML.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/JS.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/PY.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8be9864

Please sign in to comment.