From a457bea95358825e55dbc7f48d57183004121109 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 13 May 2026 22:39:50 -0700 Subject: Apply Prism design system — brass/ink palette, EB Garamond + IBM Plex typography MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements the design kit: champagne brass accent (#C2AA7A), deep midnight backgrounds, EB Garamond italic headings, IBM Plex Sans/Mono body and numbers, terminal-density KPI cards, restyled sidebar brand mark, flat pill tabs, and a global Plotly theme so all charts inherit the dark palette automatically. Co-Authored-By: Claude Sonnet 4.6 --- .streamlit/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.streamlit') diff --git a/.streamlit/config.toml b/.streamlit/config.toml index e3fbcf9..16c0c8e 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,9 +1,9 @@ [theme] base = "dark" -primaryColor = "#4F8EF7" -backgroundColor = "#0E1117" -secondaryBackgroundColor = "#161C27" -textColor = "#FAFAFA" +primaryColor = "#C2AA7A" +backgroundColor = "#0B0E13" +secondaryBackgroundColor = "#11151C" +textColor = "#C7C0AE" font = "sans serif" [server] -- cgit v1.3-2-g0d8e