summaryrefslogtreecommitdiffstats
path: root/member_colors.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-28 15:23:27 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-28 15:32:30 -0700
commit60d655d7e6759093ad8848cec5005cd9e8d1bd60 (patch)
treece7eba8cba9bb54c78a3257b940c720bacc442d5 /member_colors.py
parent130eb1f7b4554006e848cc23c1bf9bf2dd269c80 (diff)
add option for channel groupings on legend
Diffstat (limited to 'member_colors.py')
-rw-r--r--member_colors.py35
1 files changed, 35 insertions, 0 deletions
diff --git a/member_colors.py b/member_colors.py
index 29ca1a0..873b270 100644
--- a/member_colors.py
+++ b/member_colors.py
@@ -28,3 +28,38 @@ member_color_map = {
'Fuura Yuri': '#000000',
'Gram Pico': '#FFBBD7'
}
+
+# Description: Groupings to make it easier to see who is in which group. On the legend
+# Key: Member name
+# Value: Group name
+# Note: If a member is not in the list, they will be placed in the 'Other' group
+member_groups = {
+ 'Rinkou Ashelia': 'Phase 01 - OriginS',
+ 'Utatane Nasa': 'Phase 01 - OriginS',
+ 'Pipkin Pippa': 'Phase 01 - OriginS',
+ 'Maemi Tenma': 'Phase 01 - OriginS',
+ 'Hakushika Iori': 'Phase 01 - OriginS',
+ 'Fujikura Uruka': 'Phase 01 - OriginS',
+ 'Shisui Michiru': 'Phase 01 - OriginS',
+ 'Remilia Nephys': 'Phase 02 - ALiAS',
+ 'Chisaka Airi': 'Phase 02 - ALiAS',
+ 'Amanogawa Shiina': 'Phase 02 - ALiAS',
+ 'Himemiya Rie': 'Phase 02 - ALiAS',
+ 'Erina Makina': 'Phase 02 - ALiAS',
+ 'Komachi Panko': 'Phase 02 - ALiAS',
+ 'Kaneko Lumi': 'Phase Invaders',
+ 'Fuura Yuri': 'Phase Invaders',
+ 'Ember Amane': 'Phase Invaders',
+ 'Dizzy Dokuro': 'Phase Invaders',
+ 'Jelly Hoshiumi': 'Phase Invaders',
+ 'Saya Sairroxs': 'Phase 03 - Euphoria',
+ 'Runie Ruse': 'Phase 03 - Euphoria',
+ 'Muu Muyu': 'Phase 03 - Euphoria',
+ 'Hikanari Hina': 'Phase 03 - Euphoria',
+ 'Eimi Isami': 'Phase 03 - Euphoria',
+ 'Ayase Yuu': 'Phase JP - Kaleido',
+ 'Kokoromo Memory': 'Phase JP - Kaleido',
+ 'Kaminari Clara': 'Phase JP - Kaleido',
+ 'Kannagi Loki': 'Phase JP - Kaleido',
+ 'Gram Pico': 'Phase JP - Kaleido'
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage