Skip to content

Commit

Permalink
updated gallery theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaurer committed Nov 20, 2015
1 parent 9f11923 commit 94d15d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Use Ctrl-j | ⌘-j to join lines, just like in Atom and similar to Sublime Text: the next line is joined to
the current line, and all whitespace is replaced with a single space.

![join-lines-preview](https://cloud.githubusercontent.com/assets/2899448/11255751/36ee036a-8e48-11e5-8e1f-8889bf2df026.gif)

## Install
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "join-lines",
"description": "Join Lines Extension for Visual Studio Code",
"description": "Use Ctrl-j to join lines, just like in Atom and similar to Sublime Text.",
"icon": "images/join-lines-icon.png",
"galleryBanner" : {
"color": "#1e1e1e",
"theme" : "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/wmaurer/vscode-join-lines.git"
Expand All @@ -11,7 +15,7 @@
},
"homepage": "https://github.com/wmaurer/vscode-join-lines/blob/master/README.md",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.3",
"publisher": "wmaurer",
"engines": {
"vscode": "^0.10.0"
Expand Down

0 comments on commit 94d15d3

Please sign in to comment.