-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Currently, the default color is fixed at #EC71A1
.
web-main/frontend/src/components/organisms/Generator.vue
Lines 372 to 381 in c1ffbe6
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?
yamap55
Metadata
Metadata
Assignees
Labels
No labels