Skip to content

Commit

Permalink
update gallery theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaurer committed Nov 20, 2015
1 parent 20dd801 commit d717d11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ A wrapper around [node-change-case](https://github.com/blakeembrey/node-change-c
Quickly change the case of the current selection or current word.

If only one word is selected, the `extension.changeCase.commands` command gives you a preview of each option:

![change-case-preview](https://cloud.githubusercontent.com/assets/2899448/10712456/3c5e29b6-7a9c-11e5-9ce4-7eb944889696.gif)

`change-case` also works with multiple cursors:

![change-case-multi](https://cloud.githubusercontent.com/assets/2899448/10712454/1a9019e8-7a9c-11e5-8f06-91fd2d7e21bf.gif)

## Install
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "change-case",
"description": "Change Case Extension for Visual Studio Code",
"description": "Quickly change the case (camelCase, CONSTANT_CASE, snake_case, etc) of the current selection or current word",
"icon": "images/change-case-icon.png",
"galleryBanner" : {
"color": "#1e1e1e",
"theme" : "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/wmaurer/vscode-change-case.git"
Expand All @@ -10,7 +14,7 @@
"url": "https://github.com/wmaurer/vscode-change-case/issues"
},
"license": "MIT",
"version": "0.2.1",
"version": "0.2.3",
"publisher": "wmaurer",
"engines": {
"vscode": "^0.10.0"
Expand Down Expand Up @@ -111,4 +115,4 @@
"change-case": "^2.3.0",
"lodash.uniq": "^3.2.2"
}
}
}

0 comments on commit d717d11

Please sign in to comment.