mhw-dps-overlay
mhw-dps-overlay copied to clipboard
Switch to nicer colors
Replace current 4 colors with nicer colors. Maybe use the colors from a seaborn color palette.
>>> import seaborn as sns; sns.set()
>>> sns.palplot(sns.husl_palette(4))