Update .chainlit/config.toml
Browse files- .chainlit/config.toml +3 -3
.chainlit/config.toml
CHANGED
@@ -106,9 +106,9 @@ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&d
|
|
106 |
#paper = "#FFFFFF"
|
107 |
|
108 |
[UI.theme.dark.primary]
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
[UI.theme.dark.text]
|
113 |
#primary = "#EEEEEE"
|
114 |
#secondary = "#BDBDBD"
|
|
|
106 |
#paper = "#FFFFFF"
|
107 |
|
108 |
[UI.theme.dark.primary]
|
109 |
+
main = "#00fff3"
|
110 |
+
dark = "#00ada5"
|
111 |
+
light = "#c4fffc"
|
112 |
[UI.theme.dark.text]
|
113 |
#primary = "#EEEEEE"
|
114 |
#secondary = "#BDBDBD"
|