Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add tate-color palette #356

wants to merge 3 commits into from

Conversation

strengejacke
Copy link
Member

No description provided.

@strengejacke
Copy link
Member Author

Default palette

Mix palette

Light palette

All colors

@strengejacke
Copy link
Member Author

@easystats/maintainers not sure if it's worth adding to the package?

@etiennebacher
Copy link
Member

etiennebacher commented Aug 19, 2024

On light background, I find them very hard to distinguish (especially the default one)

@bwiernik
Copy link
Contributor

They would look nice on an off-white or beige background

@rempsyc
Copy link
Member

rempsyc commented Sep 11, 2024

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",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
scarlett = "#7D2D36",
scarlet = "#7D2D36",

`light amber` = "#D49C02",
`light grey`= "#898765",
`light beige` = "#C4A362",
`light scarlett` = "#A73C46",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
`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",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"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"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
fontana = tate_colors("scarlett", "red", "rose", "yellow"),
fontana = tate_colors("scarlet", "red", "rose", "yellow"),

Copy link
Contributor

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"),
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants