[+] Autism pride flag (py & rust) (#450)
Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
This commit is contained in:
parent
b585ee1e26
commit
bb514f8fd9
2 changed files with 15 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ pub enum Preset {
|
||||||
|
|
||||||
Fluidfluxa, Fluidfluxb,
|
Fluidfluxa, Fluidfluxb,
|
||||||
|
|
||||||
|
Autism,
|
||||||
|
|
||||||
Cenelian,
|
Cenelian,
|
||||||
|
|
||||||
Transneutral,
|
Transneutral,
|
||||||
|
|
@ -723,6 +725,10 @@ impl Preset {
|
||||||
"#c6d1d2", "#f47b9d", "#f09f9b", "#e3f09e", "#75eeea", "#52d2ed", "#c6d1d2"
|
"#c6d1d2", "#f47b9d", "#f09f9b", "#e3f09e", "#75eeea", "#52d2ed", "#c6d1d2"
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Self::Autism => ColorProfile::from_hex_colors(vec![
|
||||||
|
"#c94a49", "#de7554", "#dbb667", "#6fa35d", "#2e7574", "#232828"
|
||||||
|
]),
|
||||||
|
|
||||||
Self::Cenelian => ColorProfile::from_hex_colors(vec![
|
Self::Cenelian => ColorProfile::from_hex_colors(vec![
|
||||||
"#ffe7b6", "#93554a", "#52203a", "#7e4a93", "#99afd6"
|
"#ffe7b6", "#93554a", "#52203a", "#7e4a93", "#99afd6"
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
|
|
@ -1093,6 +1093,15 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
"#c6d1d2"
|
"#c6d1d2"
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
'Autism': ColorProfile([
|
||||||
|
"#c94a49",
|
||||||
|
"#de7554",
|
||||||
|
"#dbb667",
|
||||||
|
"#6fa35d",
|
||||||
|
"#2e7574",
|
||||||
|
"#232828"
|
||||||
|
]),
|
||||||
|
|
||||||
'Cenelian': ColorProfile([
|
'Cenelian': ColorProfile([
|
||||||
"#ffe7b6",
|
"#ffe7b6",
|
||||||
"#93554a",
|
"#93554a",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue