diff --git a/.streamlit/config.toml b/.streamlit/config.toml index d95f575..44f1602 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -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"