Junaidb commited on
Commit
05760c7
·
verified ·
1 Parent(s): b3b0363

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +33 -11
.streamlit/config.toml CHANGED
@@ -33,19 +33,41 @@ enableStaticServing=true
33
  #F5F5DC
34
  #A0956B
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  [theme]
37
  base="light"
38
- font="monospace"
39
- backgroundColor="white"
40
- secondaryBackgroundColor="#F5F5DC"
41
- primaryColor="#8B7355"
42
- textColor="black"
43
- accentColor="#D2B48C"
44
- highlightColor="#BDB76B"
45
- borderColor="#696969"
46
- warningColor="#CD853F"
47
- errorColor="#A0522D"
48
- successColor="#9ACD32"
 
 
 
 
 
 
 
 
49
 
50
 
51
 
 
33
  #F5F5DC
34
  #A0956B
35
 
36
+ #[theme]
37
+ #base="light"
38
+ #font="monospace"
39
+ #backgroundColor="white"
40
+ #secondaryBackgroundColor="#F5F5DC"
41
+ #primaryColor="#8B7355"
42
+ #textColor="black"
43
+ #accentColor="#D2B48C"
44
+ #highlightColor="#BDB76B"
45
+ #borderColor="#696969"
46
+ #warningColor="#CD853F"
47
+ #errorColor="#A0522D"
48
+ #successColor="#9ACD32"
49
+
50
  [theme]
51
  base="light"
52
+ font="sans serif"
53
+
54
+ # Backgrounds
55
+ backgroundColor="#FFFFFF" # clean white
56
+ secondaryBackgroundColor="#F7F7FB" # very light lavender/gray panel
57
+
58
+ # Primary accents (Cohere purple)
59
+ primaryColor="#6C47FF" # vivid purple
60
+
61
+ # Text colors
62
+ textColor="#111111" # near-black text
63
+
64
+ # Extra semantic colors
65
+ accentColor="#A06BFF" # softer purple accent
66
+ highlightColor="#8B5CFF" # hover/highlight purple
67
+ borderColor="#E0E0E7" # subtle borders
68
+ warningColor="#F4A261" # warm warning (orange)
69
+ errorColor="#E76F51" # error (reddish orange)
70
+ successColor="#2A9D8F" # teal green for success
71
 
72
 
73