[+] Autism pride flag (py & rust) (#450)

Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
This commit is contained in:
ObsoleteDev 2025-10-21 12:27:26 +01:00 committed by GitHub
parent b585ee1e26
commit bb514f8fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

@ -234,6 +234,8 @@ pub enum Preset {
Fluidfluxa, Fluidfluxb,
Autism,
Cenelian,
Transneutral,
@ -723,6 +725,10 @@ impl Preset {
"#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![
"#ffe7b6", "#93554a", "#52203a", "#7e4a93", "#99afd6"
]),

View File

@ -1093,6 +1093,15 @@ PRESETS: dict[str, ColorProfile] = {
"#c6d1d2"
]),
'Autism': ColorProfile([
"#c94a49",
"#de7554",
"#dbb667",
"#6fa35d",
"#2e7574",
"#232828"
]),
'Cenelian': ColorProfile([
"#ffe7b6",
"#93554a",