Skip to content

Commit 5ff5b8d

Browse files
committed
feat: add c# folder icons
1 parent 205fba9 commit 5ff5b8d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

icons/folder-csharp-open.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-csharp.svg

Lines changed: 1 addition & 0 deletions
Loading

src/core/icons/folderIcons.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ export const folderIcons: FolderTheme[] = [
4242
name: 'folder-cpp',
4343
folderNames: ['cpp', 'cplusplus', 'c++'],
4444
},
45-
45+
{
46+
name: 'folder-csharp',
47+
folderNames: ['csharp', 'c#', 'cs'],
48+
},
4649
{
4750
name: 'folder-c',
4851
folderNames: ['c'],

0 commit comments

Comments
 (0)