summaryrefslogtreecommitdiff
path: root/chat.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 03:34:34 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 03:34:34 +0100
commit64253e491c04665168f9816fecf328564f4d845f (patch)
treeb64e4527535d55e887d5decf4d5918597b066a60 /chat.lua
parent95a9013aa591b25ed62da243b3a468c9c282e3a7 (diff)
chat
Diffstat (limited to 'chat.lua')
-rw-r--r--chat.lua4
1 files 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)