From 293fe02d512f401eb4dd60f109061749012c482a Mon Sep 17 00:00:00 2001 From: kosarevskiydp Date: Fri, 3 Mar 2023 19:36:49 +0300 Subject: [PATCH] upd styles --- .streamlit/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 5c460d9..29675e3 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,6 +1,6 @@ [theme] -primaryColor = "#4ECCA3" -backgroundColor = "#232931" -secondaryBackgroundColor = "#393E46" -textColor = "#EEEEEE" +primaryColor = "#5B8FB9" +backgroundColor = "#03001C" +secondaryBackgroundColor = "#301E67" +textColor = "#B6EADA" font = "monospace"