Skip to content

Commit

Permalink
Singularize screenshot and icon folder icons from images
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Nov 19, 2018
1 parent 95e6f7e commit 92954c6
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
8 changes: 8 additions & 0 deletions icons/folder-icon-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/folder-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/folder-screenshot-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/folder-screenshot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ export const folderIcons: FolderTheme[] = [
folderNames: ['css', 'stylesheet', 'stylesheets', 'style', 'styles']
},
{ name: 'folder-sass', folderNames: ['sass', '_sass', 'scss', '_scss'] },
{
name: 'folder-images',
folderNames: ['images', 'image', 'img', 'icons', 'icon', 'ico', 'screenshot', 'screenshots']
},
{ name: 'folder-images', folderNames: ['images', 'image', 'img'] },
{ name: 'folder-icon', folderNames: ['icons', 'icon', 'ico'] },
{ name: 'folder-screenshot', folderNames: ['screenshot', 'screenshots'] },
{ name: 'folder-scripts', folderNames: ['script', 'scripts'] },
{ name: 'folder-node', folderNames: ['node_modules'] },
{ name: 'folder-javascript', folderNames: ['js', 'javascript', 'javascripts'] },
Expand Down

0 comments on commit 92954c6

Please sign in to comment.