web-main
web-main copied to clipboard
Make the default color be randomly
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?
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.