-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature - accents #12
Comments
I like this idea—my only concern is contrast. We would want to map an appropriate colour to be used atop each accent. E.g. if accent is pine, we would want something like: .button {
color: $($text|$text|$base);
background: $accent;
} But ideally, the color in the above example could be something like |
i am not too concerned about contrast, i feel most of the places where you would put the accent would just naturally have things that contrast nicely enough (usually $text color in the examples i can think of) |
Feel free to test out #13 :) |
add a variable
$accent
with this variable (perhaps activated by a flag), it would generate a variant of the theme with the
$accent
variable as every accent colorexample:
The text was updated successfully, but these errors were encountered: