mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
[+] Transbian pride flag (#449)
Some checks are pending
Shellcheck / check (push) Waiting to run
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:
parent
bb514f8fd9
commit
28a181d97b
|
|
@ -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"
|
||||
]),
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user