GUI: change MP messages (other) craft to be a more readable coluor.
This is a compromise as it needs to be visible on dark and light backgrounds, however this colour seems to be about the best I can find.
This commit is contained in:
parent
7ca87d01f5
commit
575a01aa9a
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ var msg_mp = func (n) {
|
|||
if (search_name_in_msg(msg, call) or (highlight != nil and search_name_in_msg(msg, string.lc(highlight))))
|
||||
screen.log.write(n.getValue(), 1.0, 0.5, 0.5);
|
||||
else
|
||||
screen.log.write(n.getValue(), 0.5, 0.0, 0.8);
|
||||
screen.log.write(n.getValue(), 0.82, 1, 0.59);
|
||||
}
|
||||
|
||||
var msg_repeat = func {
|
||||
|
|
Loading…
Reference in a new issue