thanhpham0704/streamlit_python
0
1[theme]2# Primary accent color for interactive elements.3primaryColor = "#d33682"4 5# Background color for the main content area.6backgroundColor = "#002b36"7 8# Background color used for the sidebar and most interactive widgets.9secondaryBackgroundColor = "#586e75"10 11# Color used for almost all text.12textColor = "#fff"