parent
5e1e13b091
commit
5614b723fd
2 changed files with 38 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ pub enum Preset {
|
||||||
|
|
||||||
Genderflux,
|
Genderflux,
|
||||||
|
|
||||||
|
Hypergender, Hyperboy, Hypergirl, Hyperandrogyne, Hyperneutrois,
|
||||||
|
|
||||||
Finsexual,
|
Finsexual,
|
||||||
|
|
||||||
Unlabeled1,
|
Unlabeled1,
|
||||||
|
|
@ -440,6 +442,26 @@ impl Preset {
|
||||||
"f47694", "f2a2b9", "cecece", "7ce0f7", "3ecdf9", "fff48d",
|
"f47694", "f2a2b9", "cecece", "7ce0f7", "3ecdf9", "fff48d",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Self::Hypergender => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#EFEFEF", "#FFFFFF", "#FBFF75", "#000000", "#FBFF75", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
|
Self::Hyperboy => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#EFEFEF", "#FFFFFF", "#74D7FE", "#000000", "#74D7FE", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
|
Self::Hypergirl => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#EFEFEF", "#FFFFFF", "#FC76D3", "#000000", "#FC76D3", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
|
Self::Hyperandrogyne => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#EFEFEF", "#FFFFFF", "#BB83FF", "#000000", "#BB83FF", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
|
Self::Hyperneutrois => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#EFEFEF", "#FFFFFF", "#BAFA74", "#000000", "#BAFA74", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
// sourced from https://lgbtqia.wiki/wiki/Finsexual
|
// sourced from https://lgbtqia.wiki/wiki/Finsexual
|
||||||
Self::Finsexual => ColorProfile::from_hex_colors(vec![
|
Self::Finsexual => ColorProfile::from_hex_colors(vec![
|
||||||
"#B18EDF", "#D7B1E2", "#F7CDE9", "#F39FCE", "#EA7BB3",
|
"#B18EDF", "#D7B1E2", "#F7CDE9", "#F39FCE", "#EA7BB3",
|
||||||
|
|
|
||||||
|
|
@ -553,6 +553,22 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
"3ecdf9",
|
"3ecdf9",
|
||||||
"fff48d",
|
"fff48d",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
'hypergender': ColorProfile([
|
||||||
|
"#EFEFEF", "#FFFFFF", "#FBFF75", "#000000", "#FBFF75", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
'hyperboy': ColorProfile([
|
||||||
|
"#EFEFEF", "#FFFFFF", "#74D7FE", "#000000", "#74D7FE", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
'hypergirl': ColorProfile([
|
||||||
|
"#EFEFEF", "#FFFFFF", "#FC76D3", "#000000", "#FC76D3", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
'hyperandrogyne': ColorProfile([
|
||||||
|
"#EFEFEF", "#FFFFFF", "#BB83FF", "#000000", "#BB83FF", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
'hyperneutrois': ColorProfile([
|
||||||
|
"#EFEFEF", "#FFFFFF", "#BAFA74", "#000000", "#BAFA74", "#FFFFFF", "#EFEFEF",
|
||||||
|
]),
|
||||||
|
|
||||||
"finsexual": ColorProfile([
|
"finsexual": ColorProfile([
|
||||||
"#B18EDF",
|
"#B18EDF",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue