-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
10 changed files
with
70 additions
and
46 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.vscode |
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ] | ||
} | ||
] | ||
} | ||
} |
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,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 |
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 |
---|---|---|
@@ -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. |
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,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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -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" | ||
}, | ||
|
@@ -19,4 +29,4 @@ | |
} | ||
] | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.