Skip to content

Commit

Permalink
initial working extension
Browse files Browse the repository at this point in the history
  • Loading branch information
klyap committed Sep 1, 2020
0 parents commit 4fc686f
Show file tree
Hide file tree
Showing 26 changed files with 166 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions .vscode/launch.json
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}"
]
}
]
}
6 changes: 6 additions & 0 deletions README.md
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
Binary file added SampleScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions icons.json
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"
}
}
Binary file added icons/Bok_Choy.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/Book.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/Cat.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/Cat_1.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/Coffee_Bean.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/Dandelion.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/Key.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/Leek.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/Melon.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/Pancakes.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/Parsnip.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/Red_Mushroom.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/Scroll.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/Spangle.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/Starfruit.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/Strawberry.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/Summer_Seeds.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/Sweet_Pea.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/Wood.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions package.json
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 added vscode-stardew-icon-theme-0.0.1.vsix
Binary file not shown.

0 comments on commit 4fc686f

Please sign in to comment.