2023-06-20 14:59:41 +00:00
|
|
|
{
|
|
|
|
"config" : {
|
|
|
|
"font" : {
|
2023-07-03 20:23:02 +00:00
|
|
|
"directives" : "?border=1;111a;1114",
|
2023-06-21 00:40:53 +00:00
|
|
|
"padding" : [1, 1] // Padding to prevent border clipping at the edges of the log canvas while keeping compat with mods that patch the canvas size
|
2023-06-20 14:59:41 +00:00
|
|
|
},
|
|
|
|
"colors" : {
|
|
|
|
"local" : "^white;",
|
|
|
|
"party" : "^blue;",
|
|
|
|
"broadcast" : "^yellow;",
|
|
|
|
"whisper" : "^pink;",
|
|
|
|
"commandResult" : "^lightgray;",
|
|
|
|
"radioMessage" : "^cyan;",
|
|
|
|
"world" : "^cyan;"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|