Skip to content

Commit

Permalink
v0.0.5 - more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
klyap committed Oct 2, 2020
1 parent c6dd7bd commit d2c8f8c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
34 changes: 29 additions & 5 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
"_css": {
"iconPath": "icons/Strawberry.png"
},
"_html": {
"iconPath": "icons/Red_Mushroom.png"
},
"_javascript": {
"iconPath": "icons/Cat_1.png"
},
"_javascript_node": {
"_javascript_test": {
"iconPath": "icons/Cat.png"
},
"_json": {
"iconPath": "icons/Bok_Choy.png"
"iconPath": "icons/Sunflower.png"
},
"_lock": {
"iconPath": "icons/Key.png"
Expand Down Expand Up @@ -50,6 +53,15 @@
},
"_cerberus": {
"iconPath": "icons/Dog_3.png"
},
"_jest": {
"iconPath": "icons/Blobfish.png"
},
"_apollo": {
"iconPath": "icons/Apple.png"
},
"_bazel": {
"iconPath": "icons/Tea_Bush.png"
}
},
"file": "_file",
Expand All @@ -63,11 +75,14 @@
"bmp": "_image",
"ico": "_image",
"svg": "_image",
"node.js": "_javascript_node",
"node.js": "_javascript_test",
"browser.js": "_javascript_test",
"md": "_markdown",
"grapqhl": "_graphql",
"proto": "_proto",
"thrift": "_thrift"
"thrift": "_thrift",
"git": "_git",
"snap": "_javascript_test"
},
"fileNames": {
"license": "_license",
Expand Down Expand Up @@ -114,7 +129,16 @@
"changelog.md": "_log",
"changelog.json": "_log",
"metadata": "_markdown",
"cerberus.yaml": "_cerberus"
"cerberus.yaml": "_cerberus",
".flowconfig": "_flow",
".fusionrc.config": "_fusion",
"bazelisk": "_bazel",
"BUILD.bazel": "_bazel",
"jest.config.js": "_jest",
"jest.integration.config.js": "_jest",
"apollo.config.js": "_apollo",
".gitignore": "_git",
".graphqlconfig": "_graphql"
},
"languageIds": {
"git": "_git",
Expand Down
Binary file added icons/Apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Blobfish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Sunflower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Tea_Bush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-stardew-icon-theme",
"displayName": "Stardew Icon Theme",
"description": "Icons from the game Stardew Valley",
"version": "0.0.3",
"version": "0.0.5",
"publisher": "klyap",
"engines": {
"vscode": "^1.20.0"
Expand Down

0 comments on commit d2c8f8c

Please sign in to comment.