From 575a01aa9a0cd4ad495b63b5f3608eabe616b20e Mon Sep 17 00:00:00 2001 From: Richard Harrison Date: Sun, 4 Nov 2018 15:57:29 +0100 Subject: [PATCH] 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. --- Nasal/screen.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/screen.nas b/Nasal/screen.nas index e11e53b75..f930e495b 100644 --- a/Nasal/screen.nas +++ b/Nasal/screen.nas @@ -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 {