Skip to content

Commit

Permalink
Icons for certain common folders names (Fixes #64)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 14, 2023
1 parent e988e41 commit 4d88692
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/folders/folder-app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folders/folder-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"folder-yellow-code": { "iconPath": "./icons/folders/folder-yellow-code.svg" },
"folder-red-code": { "iconPath": "./icons/folders/folder-red-code.svg" },

"folder-config": { "iconPath": "./icons/folders/folder-config.svg" },
"folder-app": { "iconPath": "./icons/folders/folder-app.svg" },

"code-green": { "iconPath": "./icons/files/code-green.svg" },
"code-blue": { "iconPath": "./icons/files/code-blue.svg" },
"code-purple": { "iconPath": "./icons/files/code-purple.svg" },
Expand Down Expand Up @@ -933,6 +936,13 @@
"editorconfig": "gear"
},
"folderNames": {
"app": "folder-app",
"config": "folder-config",
"env": "folder-green",
"server": "folder-orange",
"styles": "folder-orange-code",
"types": "folder-blue-code",
"utils": "folder-green-code",
"api": "folder-red",
".vscode": "folder-blue",
".next": "folder-gray",
Expand Down

0 comments on commit 4d88692

Please sign in to comment.