blob: 8bb7784fdd406cf8d58d3b5a6ed8f891017901b3 (
plain) (
blame)
1
2
3
4
5
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 = {
'Channel Name': '#D985B3',
}
|