-
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
0 parents
commit 4fc686f
Showing
26 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,18 @@ | ||
// A launch configuration that launches the extension inside a new window | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
{ | ||
"version": "0.0.1", | ||
"configurations": [ | ||
{ | ||
"name": "Extension", | ||
"type": "extensionHost", | ||
"request": "launch", | ||
"runtimeExecutable": "${execPath}", | ||
"args": [ | ||
"--extensionDevelopmentPath=${workspaceFolder}" | ||
] | ||
} | ||
] | ||
} |
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,6 @@ | ||
# VSCode Stardew Icon Theme | ||
|
||
A Stardew Valley themed product icon pack! | ||
Currently for common front-end web development file types | ||
|
||
Icons from https://stardewvalleywiki.com/Stardew_Valley_Wiki |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,112 @@ | ||
{ | ||
"iconDefinitions": { | ||
"_file": { | ||
"iconPath": "icons/Starfruit.png" | ||
}, | ||
"_javascript": { | ||
"iconPath": "icons/Cat_1.png" | ||
}, | ||
"_javascript_node": { | ||
"iconPath": "icons/Cat.png" | ||
}, | ||
"_json": { | ||
"iconPath": "icons/Bok_Choy.png" | ||
}, | ||
"_lock": { | ||
"iconPath": "icons/Key.png" | ||
}, | ||
"_eslint": { | ||
"iconPath": "icons/Dandelion.png" | ||
}, | ||
"_prettier": { | ||
"iconPath": "icons/Sweet_Pea.png" | ||
}, | ||
"_git": { | ||
"iconPath": "icons/Parsnip.png" | ||
}, | ||
"_log": { | ||
"iconPath": "icons/Wood.png" | ||
}, | ||
"_image": { | ||
"iconPath": "icons/Summer_Seeds.png" | ||
}, | ||
"_markdown": { | ||
"iconPath": "icons/Book.png" | ||
}, | ||
"_babel": { | ||
"iconPath": "icons/Scroll.png" | ||
}, | ||
"_license": { | ||
"iconPath": "icons/Scroll.png" | ||
} | ||
}, | ||
"file": "_file", | ||
"fileExtensions": { | ||
"js": "_javascript", | ||
"jsx": "_javascript", | ||
"jpeg": "_image", | ||
"jpg": "_image", | ||
"gif": "_image", | ||
"png": "_image", | ||
"bmp": "_image", | ||
"ico": "_image", | ||
"svg": "_image", | ||
"node.js": "_javascript_node", | ||
"md": "_markdown" | ||
}, | ||
"fileNames": { | ||
"license": "_license", | ||
"licence": "_license", | ||
"license.md": "_license", | ||
"licence.md": "_license", | ||
"license.txt": "_license", | ||
"copyright": "_license", | ||
"copyright.md": "_license", | ||
"package.json": "_package_json", | ||
"package-lock.json": "_lock", | ||
"npm-debug.log": "_log", | ||
"vscodeignore.json": "_visualstudiocode", | ||
"extensions.json": "_visualstudiocode", | ||
"launch.json": "_visualstudiocode", | ||
"settings.json": "_visualstudiocode", | ||
"jsconfig.json": "_json", | ||
"tsconfig.json": "_json", | ||
"yarn.lock": "_lock", | ||
"yarn-error.log": "_log", | ||
".babelrc": "_babel", | ||
".babel.config.js": "_babel", | ||
".eslintrc.js": "_eslint", | ||
".eslintrc.yml": "_eslint", | ||
".eslintrc.yaml": "_eslint", | ||
".eslintrc.json": "_eslint", | ||
".eslintignore": "_eslint", | ||
"prettierrc.js": "_prettier", | ||
"prettierrc.json": "_prettier", | ||
"prettierrc.yml": "_prettier", | ||
"prettierrc.yaml": "_prettier", | ||
"prettier.config.js": "_prettier", | ||
"prettier.config.ts": "_prettier", | ||
"prettier.config.coffee": "_prettier", | ||
".prettierignore": "_prettier", | ||
".prettierrc": "_prettier", | ||
"tslint.js": "_tslint", | ||
"tslint.ts": "_tslint", | ||
"tslint.json": "_tslint", | ||
"contributing": "_markdown", | ||
"readme": "_markdown", | ||
"history": "_log", | ||
"history.md": "_log", | ||
"changelog": "_log", | ||
"changelog.md": "_log", | ||
"changelog.json": "_log", | ||
"metadata": "_markdown" | ||
}, | ||
"languageIds": { | ||
"git": "_git", | ||
"javascript": "_javascript", | ||
"typescript": "_typescript", | ||
"css": "_css", | ||
"html": "_html", | ||
"json": "_json" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,30 @@ | ||
{ | ||
"name": "vscode-stardew-icon-theme", | ||
"displayName": "Stardew Icon Theme", | ||
"description": "Icons from the game Stardew Valley", | ||
"version": "0.0.1", | ||
"publisher": "klyap", | ||
"engines": { | ||
"vscode": "^1.20.0" | ||
}, | ||
"contributes": { | ||
"iconThemes": [ | ||
{ | ||
"id": "vscode-stardew-icon-theme", | ||
"label": "Stardew Icon Theme", | ||
"path": "./icons.json" | ||
} | ||
] | ||
}, | ||
"icon": "icons/Spangle.png", | ||
"categories": [ | ||
"Themes" | ||
], | ||
"keywords": [ | ||
"icons", | ||
"theme", | ||
"pixel", | ||
"icon" | ||
], | ||
"license": "MIT" | ||
} |
Binary file not shown.