[+] 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,
|
Fraysexual,
|
||||||
|
|
||||||
|
Fictosexual, // https://github.com/hykilpikonna/hyfetch/issues/394
|
||||||
|
|
||||||
Bear,
|
Bear,
|
||||||
|
|
||||||
Butch,
|
Butch,
|
||||||
|
|
@ -519,6 +521,11 @@ impl Preset {
|
||||||
ColorProfile::from_hex_colors(vec!["#226CB5", "#94E7DD", "#FFFFFF", "#636363"])
|
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
|
// sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg
|
||||||
Self::Bear => ColorProfile::from_hex_colors(vec![
|
Self::Bear => ColorProfile::from_hex_colors(vec![
|
||||||
"#623804", "#D56300", "#FEDD63", "#FEE6B8", "#FFFFFF", "#555555",
|
"#623804", "#D56300", "#FEDD63", "#FEE6B8", "#FFFFFF", "#555555",
|
||||||
|
|
|
||||||
|
|
@ -700,6 +700,9 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
'#636363',
|
'#636363',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
# https://orientation.fandom.com/wiki/Fictosexual
|
||||||
|
'fictosexual': ColorProfile(["#000000", "#C4C4C4", "#A349A5", "#C4C4C4", "#000000"]),
|
||||||
|
|
||||||
# Queer Subcultures
|
# Queer Subcultures
|
||||||
# sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg
|
# sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg
|
||||||
'bear': ColorProfile([
|
'bear': ColorProfile([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue