Skip to content

Commit a95b274

Browse files
authored
Merge branch 'main' into feature/postman-folders
2 parents fe46202 + dc6af32 commit a95b274

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

icons/appwrite.svg

Lines changed: 7 additions & 0 deletions
Loading

icons/folder-appwrite-open.svg

Lines changed: 12 additions & 0 deletions
Loading

icons/folder-appwrite.svg

Lines changed: 12 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3463,5 +3463,9 @@ export const fileIcons: FileIcons = {
34633463
fileExtensions: ['instructions.md', 'instruction.md'],
34643464
clone: { base: 'lib', color: 'cyan-A700' },
34653465
},
3466+
{
3467+
name: 'appwrite',
3468+
fileNames: ['appwrite.json', 'appwrite.js', 'appwrite.ts'],
3469+
},
34663470
]),
34673471
};

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,7 @@ export const folderIcons: FolderTheme[] = [
14041404
color: 'cyan-A700',
14051405
},
14061406
},
1407+
{ name: 'folder-appwrite', folderNames: ['appwrite'] },
14071408
],
14081409
},
14091410
{

0 commit comments

Comments
 (0)