Skip to content

Commit

Permalink
Fix unity icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Repiteo committed Jan 21, 2025
1 parent b3dbef2 commit e037959
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion icons/folder-unity-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: 0 additions & 1 deletion icons/folder-unity-open_light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/folder-unity.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: 0 additions & 1 deletion icons/folder-unity_light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/unity.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: 0 additions & 1 deletion icons/unity_light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ export const fileIcons: FileIcons = {
{ name: 'imba', fileExtensions: ['imba'] },
{ name: 'drawio', fileExtensions: ['drawio', 'dio'] },
{ name: 'pascal', fileExtensions: ['pas'] },
{ name: 'unity', fileExtensions: ['unity', 'unitypackage'], light: true },
{ name: 'unity', fileExtensions: ['unity', 'unitypackage'] },
{
name: 'roadmap',
fileNames: [
Expand Down
1 change: 0 additions & 1 deletion src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,6 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-unity',
folderNames: ['unity'],
light: true,
},
{
name: 'folder-pdf',
Expand Down

0 comments on commit e037959

Please sign in to comment.