-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
47 lines (46 loc) · 1.06 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
highlights:
- pattern: '(.*?)Persona\s*:'
color: '#8d09c6' # HEX color
bold: true
- pattern: '(.*?)Traits\s*:'
color: '#08667f' # HEX color
bold: true
- pattern: '(.*?)Kinks\s*:'
color: '#cc16e1' # HEX color
bold: true
- pattern: (.*?)\$Scenario\s*=\s*
color: '#097809' # HEX color
bold: true
- pattern: '\*(.+?)\*' # *THIS*
color: red
- pattern: '\_(.+?)\_' # *THIS*
color: purple
- pattern: '\"(.+?)\"' # "THIS"
color: blue
- pattern: '(?s)```(.*?)```' # ```THIS``` (matches across multiple lines)
color: '#155909' # Choose your desired color
bold: true
- pattern: '\*\*(.+?)\*\*' # **THIS**
color: green
bold: true
text_background_from_yml:
color: lightgray
txtbox_main_size:
height: 1
width: 150
txtbox_others_size:
height: 16
width: 150
textbox_configs:
- role: system
height: 8
width: 150
background: lightgrey
- role: human
height: 4
width: 150
background: lightblue
- role: gpt
height: 4
width: 150
background: lightgreen