feat: Add ci folder icon

Close #119
This commit is contained in:
equinusocio 2017-12-29 19:12:47 +01:00
parent 384d8d27a2
commit a2ba7f8041
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
4 changed files with 10 additions and 2 deletions

View file

@ -31,7 +31,8 @@
"_folder_git_open",
"_folder_github_open",
"_folder_test_open",
"_folder_dist_open"
"_folder_dist_open",
"_folder_ci_open"
],
"changelog": {
"lastversion": "1.1.2"
@ -39,6 +40,12 @@
"icons": {
"theme": {
"iconDefinitions": {
"_folder_ci": {
"iconPath": "../icons/folder_ci.svg"
},
"_folder_ci_open": {
"iconPath": "../icons/folder_ci_open.svg"
},
"_folder_dist": {
"iconPath": "../icons/folder_dist.svg"
},
@ -184,6 +191,7 @@
"_folder_git",
"_folder_github",
"_folder_test",
"_folder_dist"
"_folder_dist",
"_folder_ci"
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.