Skip to content

Commit

Permalink
Publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Jul 23, 2017
1 parent 18433b8 commit 178a9f9
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}
}
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Change Log
All notable changes to the "calamity-vscode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## [1.0.0] - 2017-07-23
- Initial release
20 changes: 20 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2017 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
43 changes: 33 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
# README
## This is the README for your extension "calamity-vscode"
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
# [Calamity Theme for VSCode](https://marketplace.visualstudio.com/items?itemName=pustur.calamity-vscode)
> A purple dark theme with medium to high contrast for [Visual Studio Code](https://code.visualstudio.com)
* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets
![calamity-logotype](images/logotype.png)

### 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/)
![calamity-screenshot](images/screenshot.png)

**Enjoy!**
## Supported languages

- JavaScript
- CSS
- SCSS
- Sass
- Less
- PHP
- SQL
- Pug / Jade
- Python
- HTML / XML
- Markdown
- JSON
- YAML

## Supported editors

Also available for:

- [Atom](https://atom.io/themes/calamity-syntax)

## Contributing

If you want more languages a PR is always welcome! 🙂

## License

[MIT](https://github.com/Pustur/calamity-vscode/blob/master/LICENSE.md)
Binary file added images/logo.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 images/logotype.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 images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "calamity-vscode",
"displayName": "Calamity VSCode",
"displayName": "Calamity",
"description": "A purple dark theme with medium to high contrast",
"version": "0.0.1",
"publisher": "Loris",
"version": "1.0.0",
"icon": "images/logo.png",
"galleryBanner.color": "#2F2833",
"publisher": "Pustur",
"author": {
"name": "Loris Bettazza",
"url": "https://github.com/Pustur",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/Pustur/calamity-vscode"
},
"engines": {
"vscode": "^1.14.0"
},
Expand All @@ -19,4 +29,4 @@
}
]
}
}
}
27 changes: 0 additions & 27 deletions vsc-extension-quickstart.md

This file was deleted.

0 comments on commit 178a9f9

Please sign in to comment.