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] Add colour mixins and external colour theme support #70

Open
AdamXweb opened this issue Mar 25, 2022 · 0 comments
Open

[FEAT] Add colour mixins and external colour theme support #70

AdamXweb opened this issue Mar 25, 2022 · 0 comments
Assignees
Labels
🦄 enhancement New feature or request
Milestone

Comments

@AdamXweb
Copy link
Owner

Describe the solution you'd like

Allow colourways and firefox themes to add some flare, keeping the arrangement of safari.
This could be done in a few ways:

User defined colour overrides:

  • Can add a colour mixin to main colours to slightly tweak them to the variant: var(--gnome-switch-active-background, color-mix(in srgb, currentColor 12.5%, var(--theme-primary-color)))

Mozilla colorways override

  • again, to mix the colours together, but keep the safari aesthetic. Could be same as above, but instead of variable of theme colour, could be: -moz-accent-color

Script to convert theme manifest to css

  • Can convert a theme's manifest into a CSS that can be imported as an override to the colours. There's probably a better way, but always an option.
@AdamXweb AdamXweb added the 🦄 enhancement New feature or request label Mar 25, 2022
@AdamXweb AdamXweb self-assigned this Jun 30, 2022
@AdamXweb AdamXweb added this to the v1.5 milestone Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦄 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant