Skip to content

Commit

Permalink
feat: add Plastic SCM icon (#1877)
Browse files Browse the repository at this point in the history
* Plastic icons for files/folders

* Update colors

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
Repiteo and PKief committed Mar 26, 2023
1 parent 36796d1 commit 782a0de
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icons/folder-plastic-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-plastic.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/plastic.svg
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 src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2262,5 +2262,15 @@ export const fileIcons: FileIcons = {
fileExtensions: ['gml', 'yy', 'yyp', 'yyz'],
},
{ name: 'tldraw', fileExtensions: ['tldr'], light: true },
{
name: 'plastic',
fileNames: [
'plastic.branchexplorer',
'plastic.selector',
'plastic.wktree',
'plastic.workspace',
'plastic.workspaces',
],
},
],
};
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-proto',
folderNames: ['protobufs', 'proto'],
},
{
name: 'folder-plastic',
folderNames: ['plastic', '.plastic'],
},
{
name: 'folder-gamemaker',
folderNames: ['gamemaker', 'gamemaker2'],
Expand Down

0 comments on commit 782a0de

Please sign in to comment.