[+] Fictosexual flag (#394)
This commit is contained in:
parent
684929edea
commit
79ddb3ca92
2 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue