osb/assets/opensb/interface/chat/chat.config.patch

18 lines
474 B
Diff
Raw Normal View History

{
"config" : {
"font" : {
2023-06-23 10:24:40 +00:00
"directives" : "?border=1;333a;3330",
"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;"
}
}
}