You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have a better Theming system, specially focused on unifying colors.
Currently the themes API consists on having 1 theme for built-in components, this leads to different issues:
Duplication of colors, specially "accent colors"
Makes it hard to create new components from scratch that also use the themes API as these new components might don't know what colors to use
What if there was a stylesheet for colors, like "primary", "accent", etc and then each theme referred to some of these colors in the stylesheet by their id?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would be nice to have a better Theming system, specially focused on unifying colors.
Currently the themes API consists on having 1 theme for built-in components, this leads to different issues:
What if there was a stylesheet for colors, like "primary", "accent", etc and then each theme referred to some of these colors in the stylesheet by their id?
Beta Was this translation helpful? Give feedback.
All reactions