18 lines
459 B
Diff
18 lines
459 B
Diff
|
{
|
||
|
"config" : {
|
||
|
"font" : {
|
||
|
"directives" : "",
|
||
|
"padding" : [0, 0] // Padding to prevent border clipping at the edges of the log canvas while keeping compatible with mods that patch the canvas size
|
||
|
},
|
||
|
"colors" : {
|
||
|
"local" : "^white;",
|
||
|
"party" : "^blue;",
|
||
|
"broadcast" : "^yellow;",
|
||
|
"whisper" : "^pink;",
|
||
|
"commandResult" : "^lightgray;",
|
||
|
"radioMessage" : "^cyan;",
|
||
|
"world" : "^cyan;"
|
||
|
}
|
||
|
}
|
||
|
}
|