Skip to content

Commit

Permalink
Add repository folder icons (Closes #1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 14, 2025
1 parent b3f1907 commit 19c2cfc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/folder-repository-open.svg
Loading
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-repository.svg
Loading
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 src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-powershell',
folderNames: ['powershell', 'ps', 'ps1'],
},
{
name: 'folder-repository',
folderNames: ['repository', 'repositories', 'repo', 'repos'],
},
{
name: 'folder-luau',
folderNames: ['luau'],
Expand Down

0 comments on commit 19c2cfc

Please sign in to comment.