-
-
Couldn't load subscription status.
- Fork 4.6k
Closed
Labels
2. developingWork in progressWork in progress25-feedbackbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.feature: theminghigh
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
In the new NC25-Theme the thumbnail foldericons have a static greyish color. With this change the themes primary color could be used.
Describe the solution you'd like
Switch from the background-image css property to a combination of mask-image and background-color
Describe alternatives you've considered
Having multiple icon-sets which could be chosen
Drawbacks
If this is used globally for all icons the mime-type specific css would need additional background-color properties either fixed or via theme settings
Additional context
mask-image: url(/apps/theming/img/core/filetypes/folder.svg?v=16);
background: var(--color-primary);
mask-size: contain;
Metadata
Metadata
Assignees
Labels
2. developingWork in progressWork in progress25-feedbackbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.feature: theminghigh


