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

17 lines
366 B
Diff
Raw Normal View History

{
"config" : {
2024-03-24 16:45:59 +00:00
"lineHeight" : 1,
"padding" : [1, 1],
"textStyle" : { "backDirectives" : "?border=1;111a;1114" },
"colors" : {
"local" : "^white;",
"party" : "^blue;",
"broadcast" : "^yellow;",
"whisper" : "^pink;",
"commandResult" : "^lightgray;",
"radioMessage" : "^cyan;",
"world" : "^cyan;"
}
}
}