From 64253e491c04665168f9816fecf328564f4d845f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 03:34:34 +0100 Subject: chat --- chat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat.lua b/chat.lua index 0d84262..449ef89 100644 --- a/chat.lua +++ b/chat.lua @@ -9,8 +9,8 @@ local Mw,Mh = M.getSize() local scorewidth=10 local lbw = 4+16+scorewidth local wLog = window.create(M,1,12,Mw,Mh-12) - wLog.setBackgroundColor(colors.white) - wLog.setTextColor(colors.black) + wLog.setBackgroundColor(colors.black) + wLog.setTextColor(colors.white) wLog.clear() wLog.setCursorBlink(true) local wLb = window.create(M,Mw-lbw+1,1,lbw,11) -- cgit v1.2.3