From 2aa23cfb1d1b67b6ed44887f582cb676d723997f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 13 Apr 2024 01:14:22 -0700 Subject: add phase-tracker specific settings --- data/exclude_channel.txt | 15 ++++++++++++--- member_colors.py | 32 ++++++++++++++++++++++++++++---- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/data/exclude_channel.txt b/data/exclude_channel.txt index 18663d6..57222ad 100644 --- a/data/exclude_channel.txt +++ b/data/exclude_channel.txt @@ -1,3 +1,12 @@ -DELETE_THIS and write channel id to ignore on each line -i.e UC-1234567890 -UC-0987654321 \ No newline at end of file +UCRW3qJuYP8aODl7_5TXn_nw +UCx7aPMHI_kK1CP6zSvilHSA +UCL0_lYZwyhbcNX-feoyCcJw +UCkDfBt3R64R2rRIrAQwldeQ +UCa_EIfw5I5uDlwsK6sc-83Q +UC3-Rfh_Ek-s6EUWS4fT5VPw +UCUC1EIq0MtF-kctHPtQzIjQ +UCvmSVAwFc5MJwQowsDvCTuw +UClpOEZoIYhxIY6n5NNGaPbA +UCJ0fibMPM-kGU_Q1UVC1tHQ +UC6W1rDne4LOYK4XLpvhW6ow +UCvvl-93S0KFGDEXDjYuUquw \ No newline at end of file diff --git a/member_colors.py b/member_colors.py index 8bb7784..29ca1a0 100644 --- a/member_colors.py +++ b/member_colors.py @@ -1,6 +1,30 @@ -# 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 = { - 'Channel Name': '#D985B3', + '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' } -- cgit v1.2.3