Added colors for Minute0 to Minute4
This commit is contained in:
@@ -3,11 +3,11 @@ green2=128
|
||||
red=128
|
||||
blue=0
|
||||
|
||||
color=string.char(green, red, blue)
|
||||
color1=string.char(tonumber(green2*0.8), red, blue)
|
||||
color2=string.char(tonumber(green2*0.8), red, blue)
|
||||
color3=string.char(tonumber(green2*0.8), red, blue)
|
||||
color4=string.char(tonumber(green2*0.8), red, blue)
|
||||
color=string.char(0, 0, 128)
|
||||
color1=string.char(128, 0, 0)
|
||||
color2=string.char(tonumber(green2*0.8), 0, 0)
|
||||
color3=string.char(tonumber(green2*0.4), 0, 0)
|
||||
color4=string.char(tonumber(green2*0.2), 0, 0)
|
||||
|
||||
colorBg=string.char(0,0,0) -- black is the default background color
|
||||
sntpserverhostname="ptbtime1.ptb.de"
|
||||
|
Reference in New Issue
Block a user