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:
parent
ba21851014
commit
c24029ca2f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue