From 8bb135c8030f2a66910dd3427de1afa23f76ea43 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 27 May 2021 10:40:13 +0200 Subject: [PATCH] Reverted default Text UI color mode to 16 colors. --- nomadnet/NomadNetworkApp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nomadnet/NomadNetworkApp.py b/nomadnet/NomadNetworkApp.py index a77f5d9..6a4b0df 100644 --- a/nomadnet/NomadNetworkApp.py +++ b/nomadnet/NomadNetworkApp.py @@ -330,9 +330,10 @@ intro_time = 1 # valid colormodes are: # monochrome, 16, 88, 256 and 24bit # -# The default is a conservative 88 colors, +# The default is a conservative 16 colors, # but 256 colors can probably be used on -# most terminals. Some terminals +# most terminals. Some terminals support +# 24 bit color. # colormode = monochrome colormode = 16