From d717d116fb6715a4807f2f462507e835544163af Mon Sep 17 00:00:00 2001 From: Wayne Maurer Date: Fri, 20 Nov 2015 08:34:46 +0100 Subject: [PATCH] update gallery theme --- README.md | 2 ++ package.json | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8074df4..175a40b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6d9cd33..b66effb 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" @@ -111,4 +115,4 @@ "change-case": "^2.3.0", "lodash.uniq": "^3.2.2" } -} \ No newline at end of file +}