Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Universal): Add Implement Monet patch for Universal #3612

Open
3 tasks done
vippium opened this issue Sep 2, 2024 · 6 comments
Open
3 tasks done

feat(Universal): Add Implement Monet patch for Universal #3612

vippium opened this issue Sep 2, 2024 · 6 comments
Labels
Feature request Requesting a new feature that's not implemented yet Waiting on author Further information is requested

Comments

@vippium
Copy link

vippium commented Sep 2, 2024

Feature description

This patch will add a Monet Icon by understanding the icon color science. There can be 2 sub-components or sub-settings for the monet icon. 1. Applying Dark color on the main text/icon and light as background.
2.Applying Light on main text/icon and dark as background.

Motivation

This patch will allow old apps to have monet icon support for A12 or later, whose developers are not implementing monet support for it and for those whose development is discontinued.

This will also remove the dependency on apps which forces users to buy premium for using Monet icon support for apps, like AppClønÉr

Acknowledgements

  • I have checked all open and closed feature requests and this is not a duplicate
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@vippium vippium added the Feature request Requesting a new feature that's not implemented yet label Sep 2, 2024
@oSumAtrIX
Copy link
Member

How do you make an icon follow the colors?

@oSumAtrIX oSumAtrIX added the Waiting on author Further information is requested label Sep 2, 2024
@vippium
Copy link
Author

vippium commented Sep 2, 2024

I mean that the color science used for making monet icon of yt and ytm or other app, it can be done like this.

https://developers.google.com/fonts/docs/material_icons
Here is something which can let you help regarding this.

@vippium
Copy link
Author

vippium commented Sep 2, 2024

It will just use the themed color gor that:

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } 

@oSumAtrIX
Copy link
Member

These are for web. I am talking about Android icons

@vippium
Copy link
Author

vippium commented Sep 2, 2024

So, there is different method for android. Mmm...Can we check out the method of AppCloner of creating monet icons.?

@oSumAtrIX
Copy link
Member

The Android documentation should include how to support M3 icons

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat (Universal) - Add Implement Monet patch for Universal feat(Universal): Add Implement Monet patch for Universal Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet Waiting on author Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants