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

Make the default color be randomly #94

Open
nhosoya opened this issue Apr 27, 2021 · 1 comment
Open

Make the default color be randomly #94

nhosoya opened this issue Apr 27, 2021 · 1 comment

Comments

@nhosoya
Copy link

nhosoya commented Apr 27, 2021

Currently, the default color is fixed at #EC71A1.

const DEFAULT_COLORS = {
hex: '#EC71A1',
rgba: {
r: 236,
g: 113,
b: 161,
a: 1
},
a: 1
}

Many people adopt this color as it is, and I assume that this is the reason why it is difficult to create diversity in emoji color. (This actually tends to be the case in the workspace I'm part of)

Therefore, I propose to add a certain amount of randomness to the determination of the default color.
(e.g. choose from preset colors)
What do you think?

@pine
Copy link
Member

pine commented Apr 28, 2021

Hello @nhosoya -san, thank you for your suggestion.

Currently, the default color is fixed at #EC71A1.

Yes, as you said, this is the current specification.

Many people adopt this color as it is, and I assume that this is the reason why it is difficult to create diversity in emoji color. (This actually tends to be the case in the workspace I'm part of)
Therefore, I propose to add a certain amount of randomness to the determination of the default color.
(e.g. choose from preset colors)
What do you think?

It sounds interesting. I think it's a good way if it brings diversity in emoji color.

We store the emoji logs generated in the past. I will try to see if your guess is correct.

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

No branches or pull requests

2 participants