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

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -6
.streamlit/config.toml CHANGED
@@ -11,13 +11,13 @@ enableStaticServing=true
11
 
12
 
13
  [theme]
14
- base="light"
15
- primaryColor="#00ff41" #slateBlue
16
- backgroundColor="#0a0a0f" #white
17
- secondaryBackgroundColor="#1a1a2e" lavender
18
- textColor="#00d4ff"
19
  baseRadius="full"
20
- font="monospace"
21
  fontSize=20
22
  borderColor="mediumSlateBlue"
23
  showWidgetBorder=true
 
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