Skip to content

Commit

Permalink
Added typescript folder icons
Browse files Browse the repository at this point in the history
Improved current typescript file icons
Closes #199
  • Loading branch information
PKief committed Feb 19, 2018
1 parent a4747c3 commit e8808a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 128 deletions.
1 change: 1 addition & 0 deletions icons/folder-typescript-open.svg
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-typescript.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 3 additions & 71 deletions icons/typescript-def.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 2 additions & 56 deletions icons/typescript.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons/folderIcons.ts
Expand Up @@ -22,7 +22,7 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-scripts', folderNames: ['script', 'scripts'] },
{ name: 'folder-node', folderNames: ['node_modules'] },
{ name: 'folder-javascript', folderNames: ['js', 'javascripts'] },
{ name: 'folder-javascript', folderNames: ['js', 'javascript', 'javascripts'] },
{ name: 'folder-font', folderNames: ['font', 'fonts'] },
{ name: 'folder-bower', folderNames: ['bower_components'] },
{
Expand Down Expand Up @@ -104,6 +104,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-gradle', folderNames: ['gradle', '.gradle'] },
{ name: 'folder-coverage', folderNames: ['coverage'] },
{ name: 'folder-other', folderNames: ['other', 'others', 'misc', 'miscellaneous'] },
{ name: 'folder-typescript', folderNames: ['typescript', 'ts'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit e8808a4

Please sign in to comment.