-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add tate-color palette #356
base: main
Are you sure you want to change the base?
Conversation
@easystats/maintainers not sure if it's worth adding to the package? |
On light background, I find them very hard to distinguish (especially the default one) |
They would look nice on an off-white or beige background |
Why not. But I agree with Etienne the default palette is a bit hard on the eyes I feel |
grey = "#595645", | ||
beige = "#9A8351", | ||
# fontana palette | ||
scarlett = "#7D2D36", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scarlett = "#7D2D36", | |
scarlet = "#7D2D36", |
`light amber` = "#D49C02", | ||
`light grey`= "#898765", | ||
`light beige` = "#C4A362", | ||
`light scarlett` = "#A73C46", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`light scarlett` = "#A73C46", | |
`light scarlet` = "#A73C46", |
full = tate_colors(), | ||
modern = tate_colors("yellow", "rose", "red", "brown", "grey", "dark green"), | ||
mix = tate_colors ( | ||
"light rose", "light scarlett", "leight beige", "light grey", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"light rose", "light scarlett", "leight beige", "light grey", | |
"light rose", "light scarlet", "leight beige", "light grey", |
"blue", "orange", "teal", "mint" | ||
), | ||
history = tate_colors("dark green", "grey", "brown", "beige", "amber"), | ||
fontana = tate_colors("scarlett", "red", "rose", "yellow"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fontana = tate_colors("scarlett", "red", "rose", "yellow"), | |
fontana = tate_colors("scarlet", "red", "rose", "yellow"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scarlet and red look super similar to me. I would consider removing one of them
"light rose", "light scarlett", "leight beige", "light grey", | ||
"blue", "orange", "teal", "mint" | ||
), | ||
history = tate_colors("dark green", "grey", "brown", "beige", "amber"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe make this one default?
No description provided.