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] [theme]
primaryColor = "#E694FF" primaryColor="#d33682"
backgroundColor = "#00172B" backgroundColor="#002b36"
secondaryBackgroundColor = "#0083B8" secondaryBackgroundColor="#586e75"
textColor = "#C6CDD4" textColor="#fafafa"
font = "sans-serif" font="sans serif"