From a20c8b61e063313714a3efd13293aed90f12fcf8 Mon Sep 17 00:00:00 2001 From: Abdurahmon Niyozaliev <121486055+UznetDev@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:55:58 +0500 Subject: [PATCH] Create config.toml (for deafault [theme] configurate streamlit) 1# --- .streamlit/config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..a9ce011 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,17 @@ +[theme] + +#Primary accent color for interactive elements +primaryColor = "#192E40" + +#Background color for the main content area +backgroundColor = "#00172B" + +#Background color used for the sidebar and most interactive widgets +secondaryBackgroundColor = "#192E40" + +#Color used for almost all text +textColor = "#FFF" + +#Font family for all text in the app, except code blocks. One of "sans serif", "serif", or "monospace" +#"Default": "sans serif" +font="sans serif"