diff --git a/src/icons/icons-theme.json b/src/icons/icons-theme.json index 1b1a384..28818db 100644 --- a/src/icons/icons-theme.json +++ b/src/icons/icons-theme.json @@ -3,7 +3,7 @@ {{> fileExtensions}} {{> fileNames}} {{> fileFolders}} - {{> folderNames}} - {{> light}} {{> languageIds}} + {{> light}} + {{> folderNames}} } diff --git a/src/icons/partials/folderNames.js b/src/icons/partials/folderNames.js index 5b1c09d..9cf2095 100644 --- a/src/icons/partials/folderNames.js +++ b/src/icons/partials/folderNames.js @@ -11,4 +11,4 @@ ".github": "_file_github", ".gulp": "_file_gulp", "bower_components": "_file_bower" -}, \ No newline at end of file +} \ No newline at end of file diff --git a/src/icons/partials/languageIds.js b/src/icons/partials/languageIds.js index 8e7cb86..a812b13 100644 --- a/src/icons/partials/languageIds.js +++ b/src/icons/partials/languageIds.js @@ -1,3 +1,3 @@ "languageIds": { "git": "_file_git" -} \ No newline at end of file +}, \ No newline at end of file diff --git a/src/icons/partials/light.js b/src/icons/partials/light.js index 4579b8e..0486d4e 100644 --- a/src/icons/partials/light.js +++ b/src/icons/partials/light.js @@ -1,4 +1,5 @@ "light": { "folderExpanded": "_folder_open", - "folder": "_folder_light" + "folder": "_folder_light", + {{> folderNames}} }, \ No newline at end of file