diff --git a/crates/hyfetch/src/presets.rs b/crates/hyfetch/src/presets.rs index a1d195d0..46283d44 100644 --- a/crates/hyfetch/src/presets.rs +++ b/crates/hyfetch/src/presets.rs @@ -63,6 +63,8 @@ pub enum Preset { Aromantic, + Fictosexual, + Aroace1, Aroace2, @@ -155,8 +157,6 @@ pub enum Preset { Fraysexual, - Fictosexual, // https://github.com/hykilpikonna/hyfetch/issues/394 - Bear, Butch, @@ -306,6 +306,11 @@ impl Preset { "#3BA740", "#A8D47A", "#FFFFFF", "#ABABAB", "#000000", ]), + // https://orientation.fandom.com/wiki/Fictosexual + Self::Fictosexual => ColorProfile::from_hex_colors(vec![ + "#000000", "#C4C4C4", "#A349A5", "#C4C4C4", "#000000", + ]), + // sourced from https://flag.library.lgbt/flags/aroace/ Self::Aroace1 => ColorProfile::from_hex_colors(vec![ "#E28C00", "#ECCD00", "#FFFFFF", "#62AEDC", "#203856", @@ -521,11 +526,6 @@ 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 c7b54e6d..da245879 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -300,6 +300,9 @@ PRESETS: dict[str, ColorProfile] = { '#ABABAB', '#000000' ]), + + # https://orientation.fandom.com/wiki/Fictosexual + 'fictosexual': ColorProfile(["#000000", "#C4C4C4", "#A349A5", "#C4C4C4", "#000000"]), # aroace1 sourced from https://flag.library.lgbt/flags/aroace/ 'aroace1': ColorProfile([ @@ -699,9 +702,6 @@ 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