Spaces:
Runtime error
Runtime error
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +6 -5
.chainlit/config.toml
CHANGED
|
@@ -105,12 +105,13 @@ github = "https://github.com/Artin200912"
|
|
| 105 |
|
| 106 |
# Override default MUI dark theme. (Check theme.ts)
|
| 107 |
[UI.theme.dark]
|
| 108 |
-
background = "#
|
| 109 |
-
paper = "#
|
| 110 |
|
| 111 |
[UI.theme.dark.primary]
|
| 112 |
-
main = "#30C3D9"
|
| 113 |
-
dark = "#007693"
|
| 114 |
-
light = "#A4E3EF"
|
|
|
|
| 115 |
[meta]
|
| 116 |
generated_by = "1.1.306"
|
|
|
|
| 105 |
|
| 106 |
# Override default MUI dark theme. (Check theme.ts)
|
| 107 |
[UI.theme.dark]
|
| 108 |
+
background = "#121212" # A common dark background color
|
| 109 |
+
paper = "#1E1E1E" # Slightly lighter than the background
|
| 110 |
|
| 111 |
[UI.theme.dark.primary]
|
| 112 |
+
main = "#30C3D9" # The main color based on rgba(48, 195, 217, 1)
|
| 113 |
+
dark = "#007693" # A darker shade of the main color
|
| 114 |
+
light = "#A4E3EF" # A lighter shade of the main color
|
| 115 |
+
|
| 116 |
[meta]
|
| 117 |
generated_by = "1.1.306"
|