Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bernik committed Aug 12, 2018
1 parent 206d51a commit 74cd2e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# README
## This is the README for your extension "old-codeschool"
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
# CodeSchool2 Minimal

* 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
A dark theme with minimal amount of highlighting for [Visual Studio Code](http://code.visualstudio.com).
Philosophicaly inspired by [Alabaster Theme](https://marketplace.visualstudio.com/items?itemName=tonsky.theme-alabaster) by [tonsky](https://github.com/tonsky).
Colors inspired by CodeSchool TextMate theme from [AstonJ blog](http://astonj.com/tech/rails-textmate-themes/).

### 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/)
## Screenshots

**Enjoy!**
![Screenshot](https://raw.githubusercontent.com/bernik/vscode-theme-codeschool2-minimal/master/images/screenshot-clj.png)

![Screenshot](https://raw.githubusercontent.com/bernik/vscode-theme-codeschool2-minimal/master/images/screenshot-php.png)

## Install

1. Go to `Extensions`
2. Search for `codeschool2 minimal`
3. Install
4. Restart Visual Studio Code (or click `Reload window`)
5. Go to `Preferences → Color Theme` and choose `CodeSchool2 Minimal`

## License

[MIT License](https://github.com/bernik/vscode-theme-codeschool2-minimal/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"icon": "images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/bernik/theme-codeschool2-minimal.git"
"url": "https://github.com/bernik/vscode-theme-codeschool2-minimal.git"

},
"license": "MIT",
Expand Down

0 comments on commit 74cd2e1

Please sign in to comment.