Skip to content

Commit d5d3d66

Browse files
feat: added gitea workflows icon (#3427)
Signed-off-by: Aura Herrero Ruiz <95187075+AuraHerreroRuiz@users.noreply.github.com> Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent aded042 commit d5d3d66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/core/icons/folderIcons.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ export const folderIcons: FolderTheme[] = [
151151
],
152152
},
153153
{ name: 'folder-gh-workflows', folderNames: ['github/workflows'] },
154+
{
155+
name: 'folder-gitea-workflows',
156+
folderNames: ['gitea/workflows'],
157+
clone: {
158+
base: 'folder-gh-workflows',
159+
color: 'light-green-700',
160+
},
161+
},
154162
{
155163
name: 'folder-git',
156164
folderNames: ['git', 'patches', 'githooks', 'submodules'],

0 commit comments

Comments
 (0)