From e301f4dff84b387ec02ca14e3d8b042cc4a464c4 Mon Sep 17 00:00:00 2001 From: kosarevskiydp Date: Fri, 3 Mar 2023 19:41:32 +0300 Subject: [PATCH] upd styles v2 --- .streamlit/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 29675e3..54f749a 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,6 +1,6 @@ [theme] -primaryColor = "#5B8FB9" -backgroundColor = "#03001C" -secondaryBackgroundColor = "#301E67" -textColor = "#B6EADA" +primaryColor = "#FF4C29" +backgroundColor = "#082032" +secondaryBackgroundColor = "#2C394B" +textColor = "#E7F6F2" font = "monospace"