leomaurodesenv commited on
Commit
e4fce2c
1 Parent(s): d104f0e

feat(streamlit): Add accessible color theme

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="#afbac2"
3
+ backgroundColor="#3d4850"
4
+ secondaryBackgroundColor="#081310"
5
+ textColor="#f5eff8"