Skip to content

Commit

Permalink
Improved processing icon
Browse files Browse the repository at this point in the history
References #229
  • Loading branch information
PKief committed Mar 26, 2018
1 parent 2c8ba32 commit 0c3277d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 35 deletions.
35 changes: 2 additions & 33 deletions icons/processing.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/processing_light.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: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,6 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc'] },
{ name: 'processing', fileExtensions: ['pde'] },
{ name: 'processing', fileExtensions: ['pde'], light: true },
]
};
2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'hack' }, ids: ['hack'] },
{ icon: { name: 'react' }, ids: ['javascriptreact'] },
{ icon: { name: 'mjml' }, ids: ['mjml'] },
{ icon: { name: 'processing'}, ids: ['processing'] },
{ icon: { name: 'processing' }, ids: ['processing'] },
];

0 comments on commit 0c3277d

Please sign in to comment.