mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-17 06:16:25 -05:00
[+] Add burger flag 🍔
This commit is contained in:
parent
2fda114552
commit
a2ba1c9ca2
|
|
@ -518,13 +518,6 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#5276D4',
|
||||
]),
|
||||
|
||||
'beiyang': ColorProfile([
|
||||
'#DF1B12',
|
||||
'#FFC600',
|
||||
'#01639D',
|
||||
'#FFFFFF',
|
||||
'#000000',
|
||||
]),
|
||||
"finsexual": ColorProfile([
|
||||
"#B18EDF",
|
||||
"#D7B1E2",
|
||||
|
|
@ -592,4 +585,20 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
"#613a03",
|
||||
"#2f3fb9"
|
||||
]),
|
||||
|
||||
'beiyang': ColorProfile([
|
||||
'#DF1B12',
|
||||
'#FFC600',
|
||||
'#01639D',
|
||||
'#FFFFFF',
|
||||
'#000000',
|
||||
]),
|
||||
|
||||
'burger': ColorProfile([
|
||||
'#F3A26A',
|
||||
'#498701',
|
||||
'#FD1C13',
|
||||
'#7D3829',
|
||||
'#F3A26A',
|
||||
]),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user