style: update Streamlit custom theme to mimic Solarized theme

- Modified .streamlit/config.toml to customize the Streamlit theme, replicating the aesthetic of the well-known Solarized theme by Ethan Schoonover.
This commit is contained in:
Rajtilak Bhattacharjee 2023-11-13 11:42:13 +05:30
parent ba21851014
commit c24029ca2f
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[theme]
primaryColor = "#E694FF"
backgroundColor = "#00172B"
secondaryBackgroundColor = "#0083B8"
textColor = "#C6CDD4"
font = "sans-serif"
primaryColor="#d33682"
backgroundColor="#002b36"
secondaryBackgroundColor="#586e75"
textColor="#fafafa"
font="sans serif"