diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-05-13 22:39:50 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-05-13 22:39:50 -0700 |
| commit | a457bea95358825e55dbc7f48d57183004121109 (patch) | |
| tree | eafafbfa017228bc1efd14a0c63f150576ace9f2 /.streamlit/config.toml | |
| parent | 6f1c3a6b73572b3ccc5281dba45de3bba5528f5f (diff) | |
Apply Prism design system — brass/ink palette, EB Garamond + IBM Plex typography
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 <noreply@anthropic.com>
Diffstat (limited to '.streamlit/config.toml')
| -rw-r--r-- | .streamlit/config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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] |
