From d2d6d61ab736648ecc6dd1c54a5d0e603b327015 Mon Sep 17 00:00:00 2001 From: serverhorror <36151+serverhorror@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:16:22 +0100 Subject: [PATCH] Use new CI colors fix #978 --- ds-streamlit/files/src/.streamlit/config.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ds-streamlit/files/src/.streamlit/config.toml b/ds-streamlit/files/src/.streamlit/config.toml index 2df7e603..a5cbbeee 100644 --- a/ds-streamlit/files/src/.streamlit/config.toml +++ b/ds-streamlit/files/src/.streamlit/config.toml @@ -1,6 +1,8 @@ [theme] -primaryColor="#003265" -backgroundColor="#FFFFFF" -secondaryBackgroundColor="#F4F8FD" -textColor="#0C2C59" -font="ibm plex" +base = "dark" +primaryColor = "#00E47C" +backgroundColor = "#08312A" +secondaryBackgroundColor = "#E5E3DE" +textColor = "#F6F5F3" +font = "sans serif" +