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
Placeholder ticket for Laura to update how product colors are handled in Harmonium.
Some thoughts:
Colors need better structure
We use sass to darken different variables for :hover and :active states
(see settings-templates/harmonium-settings.scss line 137)
Color management mixins
(documentation needed! Located in scss/mixins/_colors.scss if you wanna check those out)
We have a sketch product color palette with suggested dark and light versions of the brand colors that meet WCAG contrast standards.
We should include the dark and light versions of brand colors. We should consistently use vars or sass math in order to create those colors.
This should be way easier to manage:
scss/vars/_color-palette-defaults.scss
Default colors for Harmonium, written with !default so that they can be easily overwritten
settings-templates/_color-palette.scss
This is just for testing, this file is not imported in Harmonium unless you manually add it. It exists so that you can test out your vars and make sure they override the defaults correctly.
settings-templates.zip
This is a zip of the settings-templates/ colors and settings files. This is what users will download from Harmonium in order to start styling their project.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Placeholder ticket for Laura to update how product colors are handled in Harmonium.
Some thoughts:
Colors need better structure
(see settings-templates/harmonium-settings.scss line 137)
(documentation needed! Located in scss/mixins/_colors.scss if you wanna check those out)
We should include the dark and light versions of brand colors. We should consistently use vars or sass math in order to create those colors.
This should be way easier to manage:
Default colors for Harmonium, written with !default so that they can be easily overwritten
This is just for testing, this file is not imported in Harmonium unless you manually add it. It exists so that you can test out your vars and make sure they override the defaults correctly.
This is a zip of the settings-templates/ colors and settings files. This is what users will download from Harmonium in order to start styling their project.
The text was updated successfully, but these errors were encountered: