camparchimedes commited on
Commit
772e3d3
ยท
verified ยท
1 Parent(s): 3644676

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +21 -6
.chainlit/config.toml CHANGED
@@ -33,7 +33,7 @@ session_timeout = 3600
33
 
34
  [UI]
35
  # Name of the app and chatbot.
36
- name = "๐˜ฟ๐™–๐™ฎ๐™จ๐™ค๐™›๐™› kundeservice ๐˜ผ๐™„ ๐˜ผ๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ!๐Ÿ˜Š๐Ÿ‘‹"
37
 
38
  image = "./public/daysoff_booking(2_1).jpg"
39
  #image_dark = "./daysoff_booking(2_1).jpg"
@@ -42,6 +42,8 @@ image = "./public/daysoff_booking(2_1).jpg"
42
  # Description of the app and chatbot. This is used for HTML tags.
43
  # description = ""
44
 
 
 
45
  # The default value for the expand messages settings.
46
  default_expand_messages = true
47
 
@@ -63,13 +65,26 @@ hide_cot = false
63
 
64
  # Override default MUI dark theme. (Check theme.ts)
65
  [UI.theme.dark]
66
- #background = "#FAFAFA"
67
- #paper = "#FFFFFF"
 
 
 
 
68
 
69
  [UI.theme.dark.primary]
70
- #main = "#F80061"
71
- #dark = "#980039"
72
- #light = "#FFE7EB"
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  [meta]
 
33
 
34
  [UI]
35
  # Name of the app and chatbot.
36
+ name = "๐˜ฟ๐™–๐™ฎ๐™จ๐™ค๐™›๐™› kundeservice ๐˜ผ๐™„ ๐˜ผ๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ๐Ÿ‘‹"
37
 
38
  image = "./public/daysoff_booking(2_1).jpg"
39
  #image_dark = "./daysoff_booking(2_1).jpg"
 
42
  # Description of the app and chatbot. This is used for HTML tags.
43
  # description = ""
44
 
45
+ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
46
+
47
  # The default value for the expand messages settings.
48
  default_expand_messages = true
49
 
 
65
 
66
  # Override default MUI dark theme. (Check theme.ts)
67
  [UI.theme.dark]
68
+ #background = "#FAFAFA" # default
69
+ #paper = "#FFFFFF" # default
70
+
71
+
72
+ background = "#000000" # --for terminal theme
73
+ paper = "#111111"
74
 
75
  [UI.theme.dark.primary]
76
+ main = "#33ff33" # --terminal green color
77
+ dark = "#1a661a"
78
+ light = "#66ff66"
79
+
80
+
81
+
82
+ #main = "#F80061" # default
83
+ #dark = "#980039" # default
84
+ #light = "#FFE7EB" # default
85
+
86
+
87
+
88
 
89
 
90
  [meta]