Skip to content

Commit

Permalink
ui: set activity icon as font + new app icon (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Apr 16, 2023
1 parent df59dd8 commit 7cdd48d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "compare-folders",
"displayName": "Compare Folders",
"description": "Compare folders by contents, present the files that have differences and display the diffs side by side",
"version": "0.22.4",
"version": "0.22.5",
"repository": {
"type": "git",
"url": "https://github.com/moshfeu/vscode-compare-folders"
Expand All @@ -15,7 +15,7 @@
],
"icon": "resources/icon.png",
"galleryBanner": {
"color": "#f5f5f5",
"color": "#ffbe6c",
"theme": "light"
},
"publisher": "moshfeu",
Expand All @@ -35,6 +35,15 @@
],
"main": "./out/extension.js",
"contributes": {
"icons": {
"comparefolders-icon": {
"description": "compare folders icon",
"default": {
"fontPath": "resources/fonts/comparefolders.woff",
"fontCharacter": "\\e900"
}
}
},
"configuration": {
"type": "object",
"title": "Compare Folders Configuration",
Expand Down Expand Up @@ -313,7 +322,7 @@
{
"id": "foldersCompare",
"title": "Compare Folders",
"icon": "resources/icon.svg"
"icon": "$(comparefolders-icon)"
}
]
},
Expand Down
Binary file added resources/fonts/comparefolders.woff
Binary file not shown.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cdd48d

Please sign in to comment.