fix: Update .github folder icon
This commit is contained in:
parent
2f3796600a
commit
d3718043d0
5 changed files with 34 additions and 16 deletions
|
@ -28,7 +28,8 @@
|
|||
"_folder_src_open",
|
||||
"_folder_assets_open",
|
||||
"_folder_bower_open",
|
||||
"_folder_git_open"
|
||||
"_folder_git_open",
|
||||
"_folder_github_open"
|
||||
],
|
||||
"changelog": {
|
||||
"lastversion": "1.1.1"
|
||||
|
@ -36,6 +37,12 @@
|
|||
"icons": {
|
||||
"theme": {
|
||||
"iconDefinitions": {
|
||||
"_folder_github": {
|
||||
"iconPath": "../icons/folder_github.svg"
|
||||
},
|
||||
"_folder_github_open": {
|
||||
"iconPath": "../icons/folder_github_open.svg"
|
||||
},
|
||||
"_folder_git": {
|
||||
"iconPath": "../icons/folder_git.svg"
|
||||
},
|
||||
|
@ -160,6 +167,7 @@
|
|||
"_folder_src",
|
||||
"_folder_assets",
|
||||
"_folder_bower",
|
||||
"_folder_git"
|
||||
"_folder_git",
|
||||
"_folder_github"
|
||||
]
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"src": "_folder_src",
|
||||
"images": "_folder_images",
|
||||
".git": "_folder_git",
|
||||
".github": "_file_github",
|
||||
".github": "_folder_github",
|
||||
".vscode": "_folder_vscode",
|
||||
".gulp": "_folder_gulp",
|
||||
"build": "_folder_dark_build",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"images": "_folder_images_open",
|
||||
"js": "_folder_js_open",
|
||||
".git": "_folder_git_open",
|
||||
".github": "_file_github",
|
||||
".github": "_folder_github_open",
|
||||
".gulp": "_folder_gulp_open",
|
||||
".vscode": "_folder_vscode_open",
|
||||
"build": "_folder_open_build",
|
||||
|
|
|
@ -2,22 +2,30 @@
|
|||
"folderExpanded": "_folder_open",
|
||||
"folder": "_folder_light",
|
||||
"folderNames": {
|
||||
"node_modules": "_file_nodejs",
|
||||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"node_modules": "_folder_node",
|
||||
"assets": "_folder_assets",
|
||||
"bower_components": "_folder_bower",
|
||||
"js": "_folder_js",
|
||||
"src": "_folder_src",
|
||||
"images": "_folder_images",
|
||||
".git": "_folder_git",
|
||||
".github": "_folder_github",
|
||||
".vscode": "_folder_vscode",
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_light_build",
|
||||
"dist": "_folder_light_build"
|
||||
".gulp": "_folder_gulp",
|
||||
"build": "_folder_dark_build",
|
||||
"dist": "_folder_dark_build"
|
||||
},
|
||||
"folderNamesExpanded": {
|
||||
"node_modules": "_file_nodejs",
|
||||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"node_modules": "_folder_node_open",
|
||||
"bower_components": "_folder_bower_open",
|
||||
"assets": "_folder_assets_open",
|
||||
"src": "_folder_src_open",
|
||||
"images": "_folder_images_open",
|
||||
"js": "_folder_js_open",
|
||||
".git": "_folder_git_open",
|
||||
".github": "_folder_github_open",
|
||||
".gulp": "_folder_gulp_open",
|
||||
".vscode": "_folder_vscode_open",
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_open_build",
|
||||
"dist": "_folder_open_build"
|
||||
}
|
||||
|
|
1
src/icons/svgs/folder_github.svg
Normal file
1
src/icons/svgs/folder_github.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#4a616c;}.cls-2{fill:#89a6af;}</style></defs><title>folder_github</title><path class="cls-1" d="M9.8,3,12,5.2h8.8A2.22,2.22,0,0,1,23,7.4V18.6a2.22,2.22,0,0,1-2.2,2.2H3.2a2,2,0,0,1-2.2-2V5.2A2.22,2.22,0,0,1,3.2,3Z"/><path class="cls-2" d="M18.29,13a5.65,5.65,0,0,0-1.8,11c.28.05.39-.12.39-.27s0-.58,0-1C15.28,23,14.94,22,14.94,22a1.54,1.54,0,0,0-.63-.83c-.52-.35,0-.34,0-.34a1.19,1.19,0,0,1,.87.58,1.24,1.24,0,0,0,1.67.47,1.2,1.2,0,0,1,.36-.75c-1.27-.15-2.6-.63-2.6-2.8a2.16,2.16,0,0,1,.59-1.52,2,2,0,0,1,0-1.49s.48-.15,1.57.58a5.48,5.48,0,0,1,2.86,0c1.09-.73,1.57-.58,1.57-.58a2.09,2.09,0,0,1,.06,1.5,2.16,2.16,0,0,1,.58,1.51c0,2.17-1.33,2.65-2.6,2.79a1.37,1.37,0,0,1,.38,1.05v1.55c0,.15.1.32.39.27a5.64,5.64,0,0,0-1.81-11Z"/></svg>
|
After Width: | Height: | Size: 850 B |
1
src/icons/svgs/folder_github_open.svg
Normal file
1
src/icons/svgs/folder_github_open.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#80cbc4;}.cls-2{fill:#89a6af;}</style></defs><title>folder_github_open</title><path class="cls-1" d="M20.8,5.25H12L9.8,3H3.2A2.23,2.23,0,0,0,1,5.25v13.5A2.23,2.23,0,0,0,3.2,21H20.8A2.23,2.23,0,0,0,23,18.75V7.5A2.23,2.23,0,0,0,20.8,5.25Zm0,13.5H3.2V7.5H20.8Z"/><path class="cls-2" d="M18.29,13a5.65,5.65,0,0,0-1.8,11c.28.05.39-.12.39-.27s0-.58,0-1C15.28,23,14.94,22,14.94,22a1.54,1.54,0,0,0-.63-.83c-.52-.35,0-.34,0-.34a1.19,1.19,0,0,1,.87.58,1.24,1.24,0,0,0,1.67.47,1.2,1.2,0,0,1,.36-.75c-1.27-.15-2.6-.63-2.6-2.8a2.16,2.16,0,0,1,.59-1.52,2,2,0,0,1,0-1.49s.48-.15,1.57.58a5.48,5.48,0,0,1,2.86,0c1.09-.73,1.57-.58,1.57-.58a2.09,2.09,0,0,1,.06,1.5,2.16,2.16,0,0,1,.58,1.51c0,2.17-1.33,2.65-2.6,2.79a1.37,1.37,0,0,1,.38,1.05v1.55c0,.15.1.32.39.27a5.64,5.64,0,0,0-1.81-11Z"/></svg>
|
After Width: | Height: | Size: 895 B |
Loading…
Reference in a new issue