Circhastic commited on
Commit
a5adff6
β€’
1 Parent(s): 47fbf7b

Added theme

Browse files
.streamlit/{config β†’ config.toml} RENAMED
@@ -1,12 +1,12 @@
1
  [theme]
2
  # Primary accent for interactive elements
3
- primaryColor = '#7792E3'
4
 
5
  # Background color for the main content area
6
  backgroundColor = '#FFFFFF'
7
 
8
  # Background color for sidebar and most interactive widgets
9
- secondaryBackgroundColor = '#B9F1C0'
10
 
11
  # Color used for almost all text
12
  textColor = '#000000'
 
1
  [theme]
2
  # Primary accent for interactive elements
3
+ primaryColor = '#0091D5'
4
 
5
  # Background color for the main content area
6
  backgroundColor = '#FFFFFF'
7
 
8
  # Background color for sidebar and most interactive widgets
9
+ secondaryBackgroundColor = '#A5D8DD'
10
 
11
  # Color used for almost all text
12
  textColor = '#000000'