Skip to content

Commit

Permalink
Add quasar file and folder icon (Closes #920)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Dec 27, 2020
1 parent 1717925 commit b8a1fc6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-quasar-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-quasar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/quasar.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/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,5 +1364,6 @@ export const fileIcons: FileIcons = {
{ name: 'grain', fileExtensions: ['gr'] },
{ name: 'lolcode', fileExtensions: ['lol'] },
{ name: 'idris', fileExtensions: ['idr', 'ibc'] },
{ name: 'quasar', fileNames: ['quasar.conf.js'] },
],
};
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-mjml', folderNames: ['mjml'] },
{ name: 'folder-scala', folderNames: ['scala'] },
{ name: 'folder-connection', folderNames: ['connection', 'connections'] },
{ name: 'folder-quasar', folderNames: ['.quasar'] },
],
},
{
Expand Down

0 comments on commit b8a1fc6

Please sign in to comment.