[+] Transbian pride flag (#449)
Some checks are pending
Shellcheck / check (push) Waiting to run

* [+] Transbian flag py

* [C} Update wording on py Transbian flag

* [+] Add Transbian flag to rust

---------

Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
This commit is contained in:
ObsoleteDev 2025-10-21 12:28:46 +01:00 committed by GitHub
parent bb514f8fd9
commit 28a181d97b
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,
Transbian,
Autism,
Cenelian,
@ -725,6 +727,10 @@ impl Preset {
"#c6d1d2", "#f47b9d", "#f09f9b", "#e3f09e", "#75eeea", "#52d2ed", "#c6d1d2"
]),
Self::Transbian => ColorProfile::from_hex_colors(vec![
"#03A3E6", "#F8B4CD","#FAFBF9", "#FA9C57", "#A80864"
]),
Self::Autism => ColorProfile::from_hex_colors(vec![
"#c94a49", "#de7554", "#dbb667", "#6fa35d", "#2e7574", "#232828"
]),

View File

@ -1092,6 +1092,15 @@ PRESETS: dict[str, ColorProfile] = {
"#52d2ed",
"#c6d1d2"
]),
# Adding Transbian Pride Flag - ObsoleteDev
'transbian': ColorProfile([
"#03A3E6",
"#F8B4CD",
"#FAFBF9",
"#FA9C57",
"#A80864"
]),
'Autism': ColorProfile([
"#c94a49",