Skip to content

Commit

Permalink
Added "other" folder icon
Browse files Browse the repository at this point in the history
References #187 #192
  • Loading branch information
PKief committed Feb 7, 2018
1 parent 3961dac commit 7f2c839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-other-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder-other.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-wordpress', folderNames: ['wp-content'] },
{ name: 'folder-gradle', folderNames: ['gradle', '.gradle'] },
{ name: 'folder-coverage', folderNames: ['coverage'] },
{ name: 'folder-other', folderNames: ['other', 'others', 'misc', 'miscellaneous'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 7f2c839

Please sign in to comment.