masturakinan commited on
Commit
720a432
·
1 Parent(s): 93d383b

fix: use dark theme

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +3 -3
.streamlit/config.toml CHANGED
@@ -3,13 +3,13 @@
3
  primaryColor = '#0091D5'
4
 
5
  # Background color for the main content area
6
- backgroundColor = '#F1F1F1'
7
 
8
  # Background color for sidebar and most interactive widgets
9
- secondaryBackgroundColor = '#e1e0ff'
10
 
11
  # Color used for almost all text
12
- textColor = '#000000'
13
 
14
  # Font family for all text in the app, except code blocks
15
  # Accepted values (serif | sans serif | monospace)
 
3
  primaryColor = '#0091D5'
4
 
5
  # Background color for the main content area
6
+ backgroundColor = '#1E1E1E'
7
 
8
  # Background color for sidebar and most interactive widgets
9
+ secondaryBackgroundColor = '#2D2D2D'
10
 
11
  # Color used for almost all text
12
+ textColor = '#FFFFFF'
13
 
14
  # Font family for all text in the app, except code blocks
15
  # Accepted values (serif | sans serif | monospace)