From 57de18b37cbec98025dd460e8d6708ad91a1ab38 Mon Sep 17 00:00:00 2001 From: Ollo Date: Mon, 1 Nov 2021 11:53:34 +0100 Subject: [PATCH] Less different colors --- simulation/config.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/simulation/config.lua b/simulation/config.lua index 239fe4c..e995957 100644 --- a/simulation/config.lua +++ b/simulation/config.lua @@ -1,12 +1,12 @@ green2=200 -red=128 +red=200 blue=200 color=string.char(0, 0, blue) color1=string.char(red, 0, 0) -color2=string.char(tonumber(red*0.8), 0, 0) -color3=string.char(0, tonumber(green2*0.4), 0) -color4=string.char(0,0 ,tonumber(blue*0.2)) +color2=string.char(tonumber(red*0.9), 0, 0) +color3=string.char(tonumber(red*0.8), 0, 0) +color4=string.char(tonumber(red*0.7), 0, 0) colorBg=string.char(0,0,0) -- black is the default background color sntpserverhostname="ptbtime1.ptb.de"