astrochun / uarizona-salary-app

Streamlit app to illustrate University of Arizona public salary data
https://sapp4ua.onrender.com
MIT License
6 stars 0 forks source link

Use UA theme colors #14

Closed astrochun closed 3 years ago

astrochun commented 3 years ago

Instead of default streamlit colors, we should change them to use UA's: https://brand.arizona.edu/applying-the-brand/colors

For interactive elements, we will use Arizona red: #AB0520. For most text we will use Arizona Blue: #0C234B. In addition, related to #13, we will want to blend the background color to those of bokeh's. Thus we will use:

backgroundColor = "#FAFAFA"
secondaryBackgroundColor = "#F0F0F0"