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

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +3 -2
.chainlit/config.toml CHANGED
@@ -105,13 +105,14 @@ github = "https://github.com/Artin200912"
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"
 
105
 
106
  # Override default MUI dark theme. (Check theme.ts)
107
  [UI.theme.dark]
108
+ background = "#2E2E2E" # A lighter dark background color
109
+ paper = "#3E3E3E" # 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
+
117
  [meta]
118
  generated_by = "1.1.306"