diff options
Diffstat (limited to 'member_colors.py')
| -rw-r--r-- | member_colors.py | 32 |
1 files changed, 28 insertions, 4 deletions
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' } |
