Skip to content

Commit

Permalink
Add mjml folder icon (Closes #435)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 3, 2020
1 parent 3592035 commit 8abf22b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-mjml-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/folder-mjml.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 src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-update', folderNames: ['update', 'updates', 'upgrade', 'upgrades'] },
{ name: 'folder-intellij', folderNames: ['.idea'], light: true },
{ name: 'folder-azure-pipelines', folderNames: ['.azure-pipelines', '.azure-pipelines-ci'] },
{ name: 'folder-mjml', folderNames: ['mjml'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 8abf22b

Please sign in to comment.