Skip to content

Commit

Permalink
feat: update folder icons and add new assets
Browse files Browse the repository at this point in the history
- Updated existing image assets: frappe.webp, latte.webp, macchiato.webp, mocha.webp.
- Added new SVG icons for folder structures in various themes (strappi, frappe, latte, macchiato, mocha).
- Introduced new folder icon configuration for 'strapi' in folderIcons.ts.

This enhances the visual representation of folder structures and supports the new 'strapi' folder type.
  • Loading branch information
UsamaKhan committed Jan 23, 2025
1 parent 32ad391 commit ac46581
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
11 changes: 11 additions & 0 deletions icons/css-variables/folder_strappi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/css-variables/folder_strappi_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/frappe/folder_strappi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/frappe/folder_strappi_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/latte/folder_strappi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/latte/folder_strappi_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/macchiato/folder_strappi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/macchiato/folder_strappi_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/mocha/folder_strappi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/mocha/folder_strappi_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/defaults/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@ const folderIcons: FolderIcons = {
'__stories__',
],
},
'strapi': {
folderNames: [
'.strapi',
'strapi',
],
},
'styles': {
folderNames: [
'css',
Expand Down

0 comments on commit ac46581

Please sign in to comment.