osb/assets/opensb/interface/chat/chat.config.patch
Kae ca1426eabc Lua chat callbacks + better font styling
golly gee whiz!! i hope i didn't fuck something up
2024-04-22 06:07:59 +10:00

17 lines
366 B
Diff

{
"config" : {
"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;"
}
}
}