1
0
Fork 0

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:
Richard Harrison 2018-11-04 15:57:29 +01:00
parent 7ca87d01f5
commit 575a01aa9a

View file

@ -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 {