Skip to content

Commit

Permalink
Added audio folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 12, 2018
1 parent 6cc68c2 commit 5c3ce68
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 55 deletions.
4 changes: 4 additions & 0 deletions icons/audio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-audio-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-audio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 0 additions & 54 deletions icons/music.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'virtual', fileExtensions: ['vdi', 'vbox', 'vbox-prev'] },
{ name: 'email', fileExtensions: ['ics'], fileNames: ['.mailmap'] },
{ name: 'music', fileExtensions: ['mp3', 'flac', 'm4a', 'wma', 'aiff'] },
{ name: 'audio', fileExtensions: ['mp3', 'flac', 'm4a', 'wma', 'aiff'] },
{ name: 'coffee', fileExtensions: ['coffee'] },
{ name: 'document', fileExtensions: ['txt'] },
{ name: 'graphql', fileExtensions: ['graphql'] },
Expand Down
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-log', folderNames: ['log', 'logs'] },
{ name: 'folder-temp', folderNames: ['temp', '.temp', 'tmp', '.tmp', 'cached', 'cache'] },
{ name: 'folder-aws', folderNames: ['aws', '.aws'] },
{ name: 'folder-audio', folderNames: ['audio', 'music'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 5c3ce68

Please sign in to comment.