Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Colors: Adding Chassis palette and default colors #70

Closed
wants to merge 4 commits into from
Closed

Colors: Adding Chassis palette and default colors #70

wants to merge 4 commits into from

Conversation

sfrisk
Copy link
Contributor

@sfrisk sfrisk commented Apr 10, 2015

Added a color palette file where we can define palette variables. The theme roller could potentially edit this file with a custom palette and then adjust the variable values in _colors.scss accordingly.

Edited the _colors.scss file to include some base color variables that could goes along with the typography PR, with appropriate palette variables assigned it it. Commented out success/error/warning variables are there mostly because I think this ties in with validation styling, and I wasn't quite sure what colors in the current palette would work with these variables, or if we should add additional colors for these cases. I am open to suggestions on this point. That or I could just remove those variable declarations for now and we could address them when we get to #9.

@sfrisk
Copy link
Contributor Author

sfrisk commented Apr 10, 2015

Upon further consideration, tweaking the palette names to be a bit more generic, to allow for an easy demo file of the palette.

$color-button: $blue;
$color-button-text: $gray-light;

// $color-success: $blue;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might suggest naming these something like $color-alert-yellow.

@sfrisk
Copy link
Contributor Author

sfrisk commented May 19, 2015

redoing this in a different way.

@sfrisk sfrisk closed this May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants