diff options
Diffstat (limited to 'member_colors.py')
| -rw-r--r-- | member_colors.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/member_colors.py b/member_colors.py index 8bb7784..a3495b4 100644 --- a/member_colors.py +++ b/member_colors.py @@ -4,3 +4,11 @@ member_color_map = { 'Channel Name': '#D985B3', } + +# 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 = { + 'Channel Name': 'Group Name', +} |
