Skip to content

Make the default color be randomly #94

@nhosoya

Description

@nhosoya

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions