Skip to content

Commit

Permalink
Add Prisma folder and file icons
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Sep 12, 2018
1 parent e04ab45 commit 37868e2
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions icons/folder-prisma-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions icons/folder-prisma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions icons/prisma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
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/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,5 +732,6 @@ export const fileIcons: FileIcons = {
{ name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] },
{ name: 'godot', fileExtensions: ['gd'] },
{ name: 'godot-assets', fileExtensions: ['godot', 'tres', 'tscn'] },
{ name: 'prisma', fileNames: ['prisma.yml'] },
]
};
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-download', folderNames: ['downloads', 'download'] },
{ name: 'folder-tools', folderNames: ['tools'] },
{ name: 'folder-helper', folderNames: ['helpers', 'helper'] },
{ name: 'folder-prisma', folderNames: ['prisma'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 37868e2

Please sign in to comment.