[PR] #309 from AnarchistHoneybun: Add xenogender

xenogender flag preset added
This commit is contained in:
Azalea 2024-06-27 00:38:55 +08:00 committed by GitHub
commit 2307f9de20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,6 +189,17 @@ PRESETS: dict[str, ColorProfile] = {
'#282828' '#282828'
]), ]),
# xenogender sourced from https://commons.wikimedia.org/wiki/File:Xenogender_pride_flag.svg
'xenogender': ColorProfile([
'#FF6692',
'#FF9A98',
'#FFB883',
'#FBFFA8',
'#85BCFF',
'#9D85FF',
'#A510FF'
]),
'agender': ColorProfile([ 'agender': ColorProfile([
'#000000', '#000000',
'#BABABA', '#BABABA',