osb/assets/opensb/interface/chat/chat.config.patch
2024-03-25 03:45:59 +11:00

19 lines
496 B
Diff

{
"config" : {
"lineHeight" : 1,
"font" : {
"directives" : "?border=1;111a;1114",
"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
},
"colors" : {
"local" : "^white;",
"party" : "^blue;",
"broadcast" : "^yellow;",
"whisper" : "^pink;",
"commandResult" : "^lightgray;",
"radioMessage" : "^cyan;",
"world" : "^cyan;"
}
}
}