mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-02 07:04:51 -05:00
[+] Add omniromantic and pangender, closes #106
This commit is contained in:
parent
538646160d
commit
d00a3c086d
|
|
@ -216,6 +216,14 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#8EA6FF',
|
||||
]),
|
||||
|
||||
'omniromantic': ColorProfile([
|
||||
'#FEC8E4',
|
||||
'#FDA1DB',
|
||||
'#89739A',
|
||||
'#ABA7FE',
|
||||
'#BFCEFF',
|
||||
]),
|
||||
|
||||
# gay men sourced from https://www.flagcolorcodes.com/gay-men
|
||||
'gay-men': ColorProfile([
|
||||
'#078D70',
|
||||
|
|
@ -542,6 +550,16 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#7D2557'
|
||||
]),
|
||||
|
||||
'pangender': ColorProfile([
|
||||
'#FFF798',
|
||||
'#FEDDCD',
|
||||
'#FFEBFB',
|
||||
'#FFFFFF',
|
||||
'#FFEBFB',
|
||||
'#FEDDCD',
|
||||
'#FFF798',
|
||||
]),
|
||||
|
||||
'gendernonconforming1': ColorProfile(
|
||||
ColorProfile([
|
||||
'#50284d',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user