2018-01-28 14:08:54 +01:00
|
|
|
green=0
|
|
|
|
green2=128
|
|
|
|
red=128
|
2018-01-02 14:47:49 +01:00
|
|
|
blue=0
|
|
|
|
|
|
|
|
color=string.char(green, red, blue)
|
2018-01-28 14:08:54 +01:00
|
|
|
color1=string.char(tonumber(green2*0.8), red, blue)
|
2018-02-18 15:40:54 +01:00
|
|
|
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)
|
2018-01-02 14:47:49 +01:00
|
|
|
|
|
|
|
colorBg=string.char(0,0,0) -- black is the default background color
|
|
|
|
sntpserverhostname="ptbtime1.ptb.de"
|
2018-01-17 21:11:42 +01:00
|
|
|
timezoneoffset=1
|
|
|
|
|