From 1a33abd03b249f64035455adfab03e7d34978eb7 Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 26 Jul 2018 21:41:19 +0100 Subject: [PATCH] Make serve UI nicer on normal computers --- lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.lua b/lib.lua index 4e97a88..49a42a5 100644 --- a/lib.lua +++ b/lib.lua @@ -84,7 +84,7 @@ local function serve(fn, node_type) init_screen(titlebar, colors.lightgray, colors.black) titlebar.write("Wyvern " .. node_type) - init_screen(main_screen, colors.white, colors.black) + init_screen(main_screen, colors.black, colors.white) term.redirect(main_screen) titlebar.redraw()