From 79ddb3ca9283a49d34df9c1cbccd3250e4361a17 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:41:25 -0400 Subject: [PATCH] [+] Fictosexual flag (#394) --- crates/hyfetch/src/presets.rs | 7 +++++++ hyfetch/presets.py | 3 +++ 2 files changed, 10 insertions(+) diff --git a/crates/hyfetch/src/presets.rs b/crates/hyfetch/src/presets.rs index 2de76f90..a1d195d0 100644 --- a/crates/hyfetch/src/presets.rs +++ b/crates/hyfetch/src/presets.rs @@ -155,6 +155,8 @@ pub enum Preset { Fraysexual, + Fictosexual, // https://github.com/hykilpikonna/hyfetch/issues/394 + Bear, Butch, @@ -519,6 +521,11 @@ impl Preset { ColorProfile::from_hex_colors(vec!["#226CB5", "#94E7DD", "#FFFFFF", "#636363"]) }, + // https://orientation.fandom.com/wiki/Fictosexual + Self::Fictosexual => ColorProfile::from_hex_colors(vec![ + "#000000", "#C4C4C4", "#A349A5", "#C4C4C4", "#000000", + ]), + // sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg Self::Bear => ColorProfile::from_hex_colors(vec![ "#623804", "#D56300", "#FEDD63", "#FEE6B8", "#FFFFFF", "#555555", diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 8b6fb562..c7b54e6d 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -699,6 +699,9 @@ PRESETS: dict[str, ColorProfile] = { '#FFFFFF', '#636363', ]), + + # https://orientation.fandom.com/wiki/Fictosexual + 'fictosexual': ColorProfile(["#000000", "#C4C4C4", "#A349A5", "#C4C4C4", "#000000"]), # Queer Subcultures # sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg