Skip to content

Commit 0ac6592

Browse files
committed
feat: new icons for eas files
1 parent dc6af32 commit 0ac6592

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

icons/expo.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/expo_light.svg

Lines changed: 3 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,5 +3467,10 @@ export const fileIcons: FileIcons = {
34673467
name: 'appwrite',
34683468
fileNames: ['appwrite.json', 'appwrite.js', 'appwrite.ts'],
34693469
},
3470+
{
3471+
name: 'expo',
3472+
fileNames: ['eas.json', '.easignore'],
3473+
light: true,
3474+
},
34703475
]),
34713476
};

src/core/icons/folderIcons.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,14 @@ export const folderIcons: FolderTheme[] = [
14011401
},
14021402
},
14031403
{ name: 'folder-appwrite', folderNames: ['appwrite'] },
1404+
{
1405+
name: 'folder-eas',
1406+
folderNames: ['eas', '.eas'],
1407+
clone: {
1408+
base: 'folder-expo',
1409+
color: 'gray-800',
1410+
},
1411+
},
14041412
],
14051413
},
14061414
{

0 commit comments

Comments
 (0)