fix: Update .git folder icon

This commit is contained in:
equinusocio 2017-11-14 12:04:13 +01:00
parent adcb304624
commit 2f3796600a
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
4 changed files with 14 additions and 4 deletions

View file

@ -27,7 +27,8 @@
"_folder_js_open",
"_folder_src_open",
"_folder_assets_open",
"_folder_bower_open"
"_folder_bower_open",
"_folder_git_open"
],
"changelog": {
"lastversion": "1.1.1"
@ -35,6 +36,12 @@
"icons": {
"theme": {
"iconDefinitions": {
"_folder_git": {
"iconPath": "../icons/folder_git.svg"
},
"_folder_git_open": {
"iconPath": "../icons/folder_git_open.svg"
},
"_folder_bower": {
"iconPath": "../icons/folder_bower.svg"
},
@ -152,6 +159,7 @@
"_folder_js",
"_folder_src",
"_folder_assets",
"_folder_bower"
"_folder_bower",
"_folder_git"
]
}

View file

@ -5,7 +5,7 @@
"js": "_folder_js",
"src": "_folder_src",
"images": "_folder_images",
".git": "_file_git",
".git": "_folder_git",
".github": "_file_github",
".vscode": "_folder_vscode",
".gulp": "_folder_gulp",
@ -19,7 +19,7 @@
"src": "_folder_src_open",
"images": "_folder_images_open",
"js": "_folder_js_open",
".git": "_file_git",
".git": "_folder_git_open",
".github": "_file_github",
".gulp": "_folder_gulp_open",
".vscode": "_folder_vscode_open",

View 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:#ac4142;fill-rule:evenodd;}</style></defs><title>folder_git</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.79,12.8a.65.65,0,0,0-.51-.22.71.71,0,0,0-.53.22l-1,1L18,15.14a.83.83,0,0,1,.47,0,1,1,0,0,1,.44.24.85.85,0,0,1,.22.42.9.9,0,0,1,0,.49l1.27,1.26a.89.89,0,0,1,.46,0,.8.8,0,0,1,.44.24.88.88,0,0,1,0,1.23.84.84,0,0,1-.62.25.81.81,0,0,1-.61-.25.83.83,0,0,1-.24-.45.86.86,0,0,1,.05-.5L18.7,16.84V20l.12.07.12.09a.87.87,0,1,1-1.24,1.23.86.86,0,0,1,0-1.23l.14-.11.15-.08V16.79l-.15-.08-.14-.11a.84.84,0,0,1-.25-.46.81.81,0,0,1,.07-.51l-1.3-1.29L12.8,17.77a.71.71,0,0,0,0,1l5,5a.67.67,0,0,0,.52.22.73.73,0,0,0,.53-.22l5-5a.7.7,0,0,0,.22-.52.73.73,0,0,0-.22-.53"/></svg>

After

Width:  |  Height:  |  Size: 933 B

View 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:#ac4142;fill-rule:evenodd;}</style></defs><title>folder_git_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.79,12.8a.65.65,0,0,0-.51-.22.71.71,0,0,0-.53.22l-1,1L18,15.14a.83.83,0,0,1,.47,0,1,1,0,0,1,.44.24.85.85,0,0,1,.22.42.9.9,0,0,1,0,.49l1.27,1.26a.89.89,0,0,1,.46,0,.8.8,0,0,1,.44.24.88.88,0,0,1,0,1.23.84.84,0,0,1-.62.25.81.81,0,0,1-.61-.25.83.83,0,0,1-.24-.45.86.86,0,0,1,.05-.5L18.7,16.84V20l.12.07.12.09a.87.87,0,1,1-1.24,1.23.86.86,0,0,1,0-1.23l.14-.11.15-.08V16.79l-.15-.08-.14-.11a.84.84,0,0,1-.25-.46.81.81,0,0,1,.07-.51l-1.3-1.29L12.8,17.77a.71.71,0,0,0,0,1l5,5a.67.67,0,0,0,.52.22.73.73,0,0,0,.53-.22l5-5a.7.7,0,0,0,.22-.52.73.73,0,0,0-.22-.53"/></svg>

After

Width:  |  Height:  |  Size: 978 B