web-main icon indicating copy to clipboard operation
web-main copied to clipboard

Make the default color be randomly

Open nhosoya opened this issue 4 years ago • 1 comments
trafficstars

Currently, the default color is fixed at #EC71A1. https://github.com/emoji-gen/web-main/blob/c1ffbe63d84b4d80b30f124466d261e3d97c43c1/frontend/src/components/organisms/Generator.vue#L372-L381

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?

nhosoya avatar Apr 27 '21 23:04 nhosoya

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.

pine avatar Apr 28 '21 02:04 pine