-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathstitch.config.json
48 lines (48 loc) · 1.49 KB
/
stitch.config.json
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
48
{
"gameConsoleStyle": {
"base": "color:#808080;",
"lines": [
{
"pattern" : "^Warning : reference to extension macro",
"base" : "color:#808080;"
},
{
"pattern" : "^WARNING: Could not find any events",
"base" : "color:#808080;"
},
{
"pattern" : "^WARNING: Could not find animation",
"base" : "color:#808080;"
},
{
"pattern" : "^Pause event has been",
"base" : "color:#4A4A4A;"
},
{
"pattern" : "is cropped, sprites used by Spine must be uncropped$",
"base" : "color:#808080;"
},
{
"pattern": "\\berror\\b",
"base": "color: #FF0000; font-weight: bold;"
},
{
"pattern": "\\bwarn(ing)?\\b",
"base": "color: #FFD900"
},
{
"base": "color: [#808080](https://github.com/bscotch/stitch/issues/808080);",
"description": "Bscotch Echo",
"pattern": "^(?<entity>(?<struct>struct)|(?<constructor>Struct\\.(?<constructorName>[^|]+))|(?<rumpus>o_rumpus[^|]+)|(?<http>o_http_controller)|(?<object>o_[^|]+))\\|(?<time>[^|]+)\\| (?<message>.*)",
"styles": {
"message": "color:white;",
"constructor" : "color: #4FE2C2",
"object" : "color: #FF9D00",
"struct" : "color:cyan",
"rumpus" : "color:#0095FF",
"http" : "color:#0095FF"
}
}
]
}
}