Skip to content

Commit

Permalink
Add zeabur file icon for zeabur deploy config file (#2611)
Browse files Browse the repository at this point in the history
* feat: add `zeabur` icon for `zeabur` config file

* chore: update icon color

* update icon

* update icon

* Update icons/zeabur.svg

Co-authored-by: Lucas Colombo <[email protected]>
Signed-off-by: Yen Cheng Lin <[email protected]>

* Update icons/zeabur_light.svg

Co-authored-by: Lucas Colombo <[email protected]>
Signed-off-by: Yen Cheng Lin <[email protected]>

---------

Signed-off-by: Yen Cheng Lin <[email protected]>
Co-authored-by: Lucas Colombo <[email protected]>
  • Loading branch information
ridemountainpig and lucas-labs authored Sep 24, 2024
1 parent d47c945 commit 1c43094
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/zeabur.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: 1 addition & 0 deletions icons/zeabur_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2674,5 +2674,13 @@ export const fileIcons: FileIcons = {
'lefthookrc',
],
},
{
name: 'zeabur',
fileExtensions: ['zeabur'],
patterns: {
'zeabur': FileNamePattern.Configuration,
},
light: true,
},
]),
};

0 comments on commit 1c43094

Please sign in to comment.