mhw-dps-overlay icon indicating copy to clipboard operation
mhw-dps-overlay copied to clipboard

Switch to nicer colors

Open danong opened this issue 6 years ago • 0 comments

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))

danong avatar Sep 04 '18 23:09 danong