From a60dd3516968197de74740805e7ca7b14553a22d Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Sat, 30 Nov 2024 07:34:17 +0800 Subject: [PATCH] Add caninekin flag for all the dogs (port of #318) --- crates/hyfetch/src/presets.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/hyfetch/src/presets.rs b/crates/hyfetch/src/presets.rs index 4792efbe..117d49f1 100644 --- a/crates/hyfetch/src/presets.rs +++ b/crates/hyfetch/src/presets.rs @@ -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",