Junaidb commited on
Commit
a7ca17a
·
verified ·
1 Parent(s): ca35121

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +30 -17
.streamlit/config.toml CHANGED
@@ -10,24 +10,37 @@ enableStaticServing=true
10
  #url="app/static/SpaceMono-Regular.ttf"
11
 
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  [theme]
14
- base="dark"
15
- primaryColor="#FFD700" #slateBlue
16
- backgroundColor="#0B0B0F" #white
17
- secondaryBackgroundColor="#1C1C24" lavender
18
- textColor="#FFFFFF"
19
- baseRadius="full"
20
- font="san serif"
21
- fontSize=20
22
- borderColor="mediumSlateBlue"
23
- showWidgetBorder=true
24
- linkColor="darkOrchid"
25
- codeColor="ghostwhite"
26
-
27
- [theme.sidebar]
28
- backgroundColor="aliceBlue"
29
- secondaryBackgroundColor="skyBlue"
30
- baseRadius="none"
31
 
32
 
33
 
 
10
  #url="app/static/SpaceMono-Regular.ttf"
11
 
12
 
13
+ #[theme]
14
+ #base="dark"
15
+ #primaryColor="#FFD700" #slateBlue
16
+ #backgroundColor="#0B0B0F" #white
17
+ #secondaryBackgroundColor="#1C1C24" lavender
18
+ #textColor="#FFFFFF"
19
+ #baseRadius="full"
20
+ #font="san serif"
21
+ #fontSize=20
22
+ #borderColor="mediumSlateBlue"
23
+ #showWidgetBorder=true
24
+ #linkColor="darkOrchid"
25
+ #codeColor="ghostwhite"
26
+
27
+
28
+
29
+
30
+ #[theme.sidebar]
31
+ #backgroundColor="aliceBlue"
32
+ #secondaryBackgroundColor="skyBlue"
33
+ #baseRadius="none"
34
+
35
+
36
+
37
  [theme]
38
+ base = "light"
39
+ primaryColor = "#FFB800" # warm golden-yellow accent like Cohere's logo
40
+ backgroundColor = "#F9FAFB" # very light gray/white background
41
+ secondaryBackgroundColor = "#FFFFFF" # card/sidebar: clean white
42
+ textColor = "#0B0B0F" # deep black text
43
+ font = "sans serif"
 
 
 
 
 
 
 
 
 
 
 
44
 
45
 
46