chariscait commited on
Commit
bcf4315
·
verified ·
1 Parent(s): aad250a

Set purple theme for buttons

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#9B6FCE"
3
+ backgroundColor = "#0A0A1A"
4
+ secondaryBackgroundColor = "#161640"
5
+ textColor = "#B0BCD0"