Make serve UI nicer on normal computers

This commit is contained in:
osmarks 2018-07-26 21:41:19 +01:00
parent e8966dd377
commit 1a33abd03b
1 changed files with 1 additions and 1 deletions

View File

@ -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()