Add caninekin flag for all the dogs (port of #318)

This commit is contained in:
Teoh Han Hui 2024-11-30 07:34:17 +08:00
parent ccc8121550
commit a60dd35169
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE

View file

@ -143,6 +143,9 @@ pub enum Preset {
NonhumanUnity,
/// For all the dogs
Caninekin,
Plural,
Fraysexual,
@ -484,6 +487,11 @@ impl Preset {
ColorProfile::from_hex_colors(vec!["#177B49", "#FFFFFF", "#593C90"])
},
// used https://www.tumblr.com/zombpawcoins/745062851267493888/caninekin-canine-therian-flag
Self::Caninekin => ColorProfile::from_hex_colors(vec![
"#2d2822", "#543d25", "#9c754d", "#e8dac2", "#cfad8c", "#b77b55", "#954e31",
]),
// used https://pluralpedia.org/w/Plurality#/media/File:Plural-Flag-1.jpg as source and colorpicked
Self::Plural => ColorProfile::from_hex_colors(vec![
"#2D0625", "#543475", "#7675C3", "#89C7B0", "#F3EDBD",