Artin2009 commited on
Commit
7f2140e
1 Parent(s): 315ecab

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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 = "#FAFAFA"
109
- paper = "#FFFFFF"
110
 
111
  [UI.theme.dark.primary]
112
- main = "#30C3D9"
113
- dark = "#007693" # This is a darker shade of #30C3D9
114
- light = "#A4E3EF" # This is a lighter shade of #30C3D9
 
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"