-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
203cdd0
commit fa3f5f7
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "flutter-icons", | ||
"displayName": "Flutter Icons", | ||
"description": "A Flutter icon theme for vscode", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
"engines": { | ||
"vscode": "^1.52.0" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"publisher": "AntoineGtr", | ||
"repository": { | ||
"url": "https://github.com/Antoinegtir/flutter-icons", | ||
"type": "git" | ||
}, | ||
"icon": "icons/logo.png", | ||
"galleryBanner": { | ||
"color": "#23292e", | ||
"theme": "dark" | ||
}, | ||
"contributes": { | ||
"iconThemes": [ | ||
{ | ||
"id": "theme", | ||
"label": "Flutter Icons", | ||
"path": "./theme.json" | ||
} | ||
] | ||
}, | ||
"devDependencies": { | ||
"vsce": "^2.9.2" | ||
} | ||
} |