From 5b89cf3c0c9f82bcf4e4dad3cf275df0d499c3a4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 13 Apr 2024 01:12:39 -0700 Subject: add stub message to member_colors.py --- member_colors.py | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) (limited to 'member_colors.py') diff --git a/member_colors.py b/member_colors.py index 29ca1a0..8bb7784 100644 --- a/member_colors.py +++ b/member_colors.py @@ -1,30 +1,6 @@ +# Description: This file contains the color mapping for the members in the channel +# These are used for the trace colors in the graph +# MAKE SURE YOU USE THE ACTUAL NAME OF THE CHANNEL. NOT THE CHANNEL ID OR @USERNAME member_color_map = { - 'Rinkou Ashelia': '#D985B3', - 'Utatane Nasa': '#C69E90', - 'Pipkin Pippa': '#E78CA3', - 'Maemi Tenma': '#A99FAC', - 'Hakushika Iori': '#60C1F1', - 'Fujikura Uruka': '#687199', - 'Shisui Michiru': '#3D2539', - 'Remilia Nephys': '#723838', - 'Chisaka Airi': '#966D7A', - 'Amanogawa Shiina': '#5F5675', - 'Himemiya Rie': '#D168A2', - 'Erina Makina': '#3D4E68', - 'Komachi Panko': '#CCA3A3', - 'Kaneko Lumi': '#C8B8A0 ', - 'Ember Amane': '#ADAEFF', - 'Dizzy Dokuro': '#223268', - 'Jelly Hoshiumi': '#A9D1E6', - 'Saya Sairroxs': '#723838', - 'Runie Ruse': '#FF96B7', - 'Muu Muyu': '#DFAFED', - 'Hikanari Hina': '#6A8FB1', - 'Eimi Isami': '#FF9400', - 'Ayase Yuu': '#292A33', - 'Kokoromo Memory': '#FFB1D5', - 'Kaminari Clara': '#91BCC6', - 'Kannagi Loki': '#982428', - 'Fuura Yuri': '#000000', - 'Gram Pico': '#FFBBD7' + 'Channel Name': '#D985B3', } -- cgit v1.2.3