Spaces:
Running
Running
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 = '#
|
4 |
|
5 |
# Background color for the main content area
|
6 |
backgroundColor = '#FFFFFF'
|
7 |
|
8 |
# Background color for sidebar and most interactive widgets
|
9 |
-
secondaryBackgroundColor = '#
|
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'
|