Junaidb commited on
Commit
138e307
·
verified ·
1 Parent(s): 969d2a4

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -5
.streamlit/config.toml CHANGED
@@ -1,9 +1,11 @@
1
  [theme]
2
  base="light"
3
- backgroundColor="white"
4
- secondaryBackgroundColor="lavender"
5
- codeBackgroundColor="powderBlue"
 
6
 
7
  [theme.sidebar]
8
- backgroundColor="ghostWhite"
9
- secondaryBackgroundColor="lavender"
 
 
1
  [theme]
2
  base="light"
3
+ primaryColor="slateBlue"
4
+ backgroundColor="mintCream"
5
+ secondaryBackgroundColor="darkSeaGreen"
6
+ baseRadius="full"
7
 
8
  [theme.sidebar]
9
+ backgroundColor="aliceBlue"
10
+ secondaryBackgroundColor="skyBlue"
11
+ baseRadius="none"