Skip to content

Commit

Permalink
fix icon path and gallery banner color
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent c3d450a commit c0c3d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generate-pkg-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ module.exports = themeInfo => ({
engines: {
vscode: `^1.33.0`
},
icon: `static/icon.png`,
icon: `static/favicon-128.png`,
galleryBanner: {
color: `#1E2129`,
color: `#3C2843`,
theme: `dark`
},
categories: [`Themes`],
Expand Down

0 comments on commit c0c3d3d

Please sign in to comment.