base correlations
This commit is contained in:
6
theme.py
6
theme.py
@@ -77,6 +77,12 @@ class ColorPalette:
|
||||
GENDER_MALE_NEUTRAL = "#B8C9D9" # Grey-Blue
|
||||
GENDER_FEMALE_NEUTRAL = "#D9B8C9" # Grey-Pink
|
||||
|
||||
# Speaking Style Colors (named after the style quadrant colors)
|
||||
STYLE_GREEN = "#2E7D32" # Forest Green
|
||||
STYLE_BLUE = "#1565C0" # Strong Blue
|
||||
STYLE_ORANGE = "#E07A00" # Burnt Orange
|
||||
STYLE_RED = "#C62828" # Deep Red
|
||||
|
||||
|
||||
def jpmc_altair_theme():
|
||||
"""JPMC brand theme for Altair charts."""
|
||||
|
||||
Reference in New Issue
Block a user